gl-plane
Version:
Draw a plane with texture
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "gl-plane",
"version": "0.0.3",
"description": "Draw a plane with texture",
"types":"./lib/index.d.ts",
"files":[
"lib",
"src"
],
"main":"./lib/index.js",
"scripts": {
"gen:shader": "node ./scripts/trans-shaders.js",
"dev:browserify": "npx watchify ./example/t.js -o ./example/b.js",
"dev:sync": "cd ./example; npx browser-sync --files '*.js'",
"dev": "npm run gen:shader & npx tsc --watch & npm run dev:browserify & npm run dev:sync"
},
"keywords": [
"gl-plane",
"texture",
"image3d"
],
"author": "YJ",
"license": "ISC",
"dependencies": {
"gl-buffer": "^2.1.2",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"gl-vao": "^1.3.0",
"glsl-out-of-range": "^1.0.4",
"glsl-specular-cook-torrance": "^2.0.1",
"glslify": "^7.0.0"
},
"devDependencies": {
"3d-view-controls": "^2.2.2",
"@types/node": "^12.12.8",
"browser-sync": "^2.26.7",
"gl-axes3d": "^1.5.2",
"gl-mat4": "^1.2.0",
"typescript": "^3.7.2",
"watchify": "^3.11.1"
}
}