mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-20 18:35:58 +10:00
Small refactoring in handling of "dirty" buffers in WebGLRenderer.
This commit is contained in:
@@ -8,6 +8,7 @@ THREE.ParticleSystem = function ( geometry, materials ) {
|
||||
|
||||
this.geometry = geometry;
|
||||
this.materials = materials instanceof Array ? materials : [ materials ];
|
||||
this.colors = [];
|
||||
|
||||
this.sortParticles = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user