jnsmalm / pixi3d

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

Render sprites in pipeline to control draw order #112

Closed jnsmalm closed 2 years ago

jnsmalm commented 2 years ago

Did some smaller modifications, mostly for reusing float arrays instead of creating new ones each update.

jnsmalm commented 2 years ago

@GordonTombola Thanks for the help making this a lot better!