|
@@ -38,24 +38,17 @@
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
|
|
- <h3>[method:Points clone]()</h3>
|
|
|
- <div>
|
|
|
- This creates a clone of the particle system.
|
|
|
- </div>
|
|
|
-
|
|
|
<h3>[method:Array raycast]( [page:Raycaster raycaster], [page:Array intersects] )</h3>
|
|
|
<div>
|
|
|
Get intersections between a casted ray and this Points. [page:Raycaster.intersectObject] will call this method.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:Object3D clone]( [page:Object3D object] )</h3>
|
|
|
- <div>
|
|
|
- object -- (optional) Object3D which needs to be cloned. If undefined, clone method will create a new cloned Points Object.
|
|
|
- </div>
|
|
|
+ <h3>[method:Points clone]()</h3>
|
|
|
<div>
|
|
|
- Clone a Points Object.
|
|
|
+ Returns a clone of this Points object and its descendants.
|
|
|
</div>
|
|
|
|
|
|
+
|
|
|
<h2>Source</h2>
|
|
|
|
|
|
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|