|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
<h3>[name]()</h3>
|
|
<h3>[name]()</h3>
|
|
<div>
|
|
<div>
|
|
- todo
|
|
|
|
|
|
+ The constructor takes no arguments.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -172,11 +172,6 @@
|
|
Set to *true* if an array has changed in length.
|
|
Set to *true* if an array has changed in length.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <h3>.[page:array morphNormals]</h3>
|
|
|
|
- <div>
|
|
|
|
- todo
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
<h3>.[page:array lineDistances]</h3>
|
|
<h3>.[page:array lineDistances]</h3>
|
|
<div>
|
|
<div>
|
|
An array containing distances between vertices for Line geometries.
|
|
An array containing distances between vertices for Line geometries.
|
|
@@ -185,6 +180,8 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<h2>Methods</h2>
|
|
<h2>Methods</h2>
|
|
|
|
+
|
|
|
|
+ <h3>[page:EventDispatcher EventDispatcher] methods are available on this class.</h3>
|
|
|
|
|
|
<h3>.applyMatrix( [page:Matrix4 matrix] )</h3>
|
|
<h3>.applyMatrix( [page:Matrix4 matrix] )</h3>
|
|
<div>
|
|
<div>
|
|
@@ -248,46 +245,11 @@
|
|
Don't forget to call this method when you remove an geometry because it can cuase meomory leaks.
|
|
Don't forget to call this method when you remove an geometry because it can cuase meomory leaks.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
-
|
|
|
|
- <h3>.dispatchEvent([page:todo event]) [page:todo]</h3>
|
|
|
|
- <div>
|
|
|
|
- event -- todo
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- todo
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <h3>.hasEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
|
|
|
|
- <div>
|
|
|
|
- type -- todo <br />
|
|
|
|
- listener -- todo
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- todo
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
- <h3>.removeEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
|
|
|
|
- <div>
|
|
|
|
- type -- todo <br />
|
|
|
|
- listener -- todo
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- todo
|
|
|
|
- </div>
|
|
|
|
-
|
|
|
|
<h3>.computeLineDistances() [page:todo]</h3>
|
|
<h3>.computeLineDistances() [page:todo]</h3>
|
|
<div>
|
|
<div>
|
|
Compute distances between vertices for Line geometries.
|
|
Compute distances between vertices for Line geometries.
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <h3>.addEventListener([page:todo type], [page:todo listener]) [page:todo]</h3>
|
|
|
|
- <div>
|
|
|
|
- type -- todo <br />
|
|
|
|
- listener -- todo
|
|
|
|
- </div>
|
|
|
|
- <div>
|
|
|
|
- todo
|
|
|
|
- </div>
|
|
|
|
|
|
|
|
<h2>Source</h2>
|
|
<h2>Source</h2>
|
|
|
|
|