sinisterchipmunk / jax

Framework for creating rich WebGL-enabled applications using JavaScript and Ruby
http://jaxgl.com
MIT License
96 stars 16 forks source link

Add Jax.Mesh.Pyramid to built-in meshes #60

Closed sinisterchipmunk closed 12 years ago

sinisterchipmunk commented 12 years ago

Just like Jax.Mesh.Cube, complete with individually configurable faces.

sinisterchipmunk commented 12 years ago

Added as Jax.Mesh.Cone, just specify sides: 4 or sides:3. (Default is sides: 8.)