UNPKG

hackedvoxels-decals

Version:

add textured planes to block faces (voxel.js plugin)

30 lines (29 loc) 551 B
{ "name": "hackedvoxels-decals", "description": "add textured planes to block faces (voxel.js plugin)", "version": "0.0.1", "main": "decals.js", "repository": { "type": "git", "url": "git@github.com:z3t0/hackedvoxels-decals.git" }, "keywords": [ "voxel", "plugin", "decal", "texture", "blocks" ], "browserify": { "transform": [ "glslify" ] }, "license": "MIT", "dependencies": { "gl-buffer": "^2.1.2", "gl-mat4": "^1.1.4", "gl-vao": "^1.2.1", "glslify": "^5.0.0" } }