jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
752 stars 43 forks source link

Added createCylinder method to Mesh3D #161

Closed lovelle-cardoso closed 1 year ago

lovelle-cardoso commented 1 year ago

I needed a cylinder mesh for our engine.

So I made a cylinder-geometry file based on threejs's cylinder geometry.

jnsmalm commented 1 year ago

Nice, thanks for helping!