|
@@ -7,7 +7,7 @@
|
|
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
|
|
</head>
|
|
|
<body>
|
|
|
- [page:Object3D] →
|
|
|
+ [page:Object3D] → [page:Line] →
|
|
|
|
|
|
<h1>[name]</h1>
|
|
|
|
|
@@ -56,14 +56,16 @@
|
|
|
<p>The amount of divisions of the outer part of the directional cone.</p>
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
- <p>See the base [page:Object3D] class for common methods.</p>
|
|
|
-
|
|
|
- <h3>[method:undefined dispose]()</h3>
|
|
|
- <p>Disposes of the helper.</p>
|
|
|
+ <p>See the base [page:Line] class for common methods.</p>
|
|
|
|
|
|
<h3>[method:undefined update]()</h3>
|
|
|
<p>Updates the helper.</p>
|
|
|
|
|
|
+ <h3>[method:undefined dispose]()</h3>
|
|
|
+ <p>
|
|
|
+ Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app.
|
|
|
+ </p>
|
|
|
+
|
|
|
<h2>Source</h2>
|
|
|
|
|
|
<p>
|