column-mesh
Version:
generate a 3d mesh of a greek column
41 lines (40 loc) • 863 B
JSON
{
"name": "column-mesh",
"version": "1.0.1",
"description": "generate a 3d mesh of a greek column",
"main": "index.js",
"keywords": [
"regl",
"mesh",
"3d",
"column",
"doric",
"ionic",
"corinthian",
"greek",
"simplicial complex"
],
"author": "substack",
"license": "BSD",
"dependencies": {
"defined": "^1.0.0",
"gl-mat4": "^1.1.4",
"gl-vec3": "^1.0.3",
"ndarray": "^1.0.18",
"ndarray-fill": "^1.0.1",
"surface-nets": "^1.0.2"
},
"devDependencies": {
"regl-camera": "^1.0.0",
"angle-normals": "^1.0.0",
"regl": "^0.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/substack/column-mesh.git"
},
"bugs": {
"url": "https://github.com/substack/column-mesh/issues"
},
"homepage": "https://github.com/substack/column-mesh#readme"
}