Browse Source

Update ParticleSystem.html

gero3 11 years ago
parent
commit
b5065a137c
1 changed files with 6 additions and 1 deletions
  1. 6 1
      docs/api/objects/ParticleSystem.html

+ 6 - 1
docs/api/objects/ParticleSystem.html

@@ -40,11 +40,16 @@
 
 		<h3>.[page:boolean sortParticles]</h3>
 		<div>
-		todo
+		When set, then the particles should be depth sorted (from far to near), based on camera, in the renderer every frame. 
 		</div> 
 
 		<h2>Methods</h2>
 		
+		<h3>.clone()</h3>
+		<div>
+		This creates a clone of the particle system.
+		</div> 
+		
 		<h2>Source</h2>
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]