brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 17 forks source link

Batch particles in ParticleEmitter #11

Open exjam opened 10 years ago

exjam commented 10 years ago

This will be hard and full of effort as it means we have to handle quaternion and position and stuff of each individual vertices ourself rather than use Object3D.quaternion etc for each particle.

May not even be worth the effort tbh.

This is a future far down the line optimisation.