mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-11 05:55:56 +10:00
Added vertex colors for particles.
This commit is contained in:
@@ -8,7 +8,6 @@ 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