Added vertex colors for particles.

This commit is contained in:
alteredq
2011-02-03 23:54:30 +01:00
parent 5365a11b0e
commit 750a242f0c
8 changed files with 838 additions and 505 deletions
-1
View File
@@ -8,7 +8,6 @@ THREE.ParticleSystem = function ( geometry, materials ) {
this.geometry = geometry;
this.materials = materials instanceof Array ? materials : [ materials ];
this.colors = [];
this.sortParticles = false;