Skip to content

Instantly share code, notes, and snippets.

View donpinkus's full-sized avatar

Don Pinkus donpinkus

View GitHub Profile

procedural mesh generation

Generates an algorithmic 3D OBJ file with ThreeJS and Node.js.

# print to stdout
node generate-mesh.js > test.obj

# write to file
node generate-mesh.js test.obj