|
@@ -31,20 +31,24 @@
|
|
|
|
|
|
<h2>Examples</h2>
|
|
|
|
|
|
- <p>
|
|
|
- [example:webgl_shadowmesh WebGL / shadowmesh]
|
|
|
- </p>
|
|
|
+ <p>[example:webgl_shadowmesh WebGL / shadowmesh]</p>
|
|
|
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
- <h3>[name]([param:Vector3 dir], [param:Vector3 origin], [param:Number length], [param:Number hex], [param:Number headLength], [param:Number headWidth] )</h3>
|
|
|
+ <h3>
|
|
|
+ [name]([param:Vector3 dir], [param:Vector3 origin], [param:Number length],
|
|
|
+ [param:Number hex], [param:Number headLength], [param:Number headWidth] )
|
|
|
+ </h3>
|
|
|
<p>
|
|
|
- [page:Vector3 dir] -- direction from origin. Must be a unit vector. <br />
|
|
|
- [page:Vector3 origin] -- Point at which the arrow starts.<br />
|
|
|
- [page:Number length] -- length of the arrow. Default is `1`.<br />
|
|
|
- [page:Number hex] -- hexadecimal value to define color. Default is 0xffff00.<br />
|
|
|
- [page:Number headLength] -- The length of the head of the arrow. Default is 0.2 * length.<br />
|
|
|
- [page:Number headWidth] -- The width of the head of the arrow. Default is 0.2 * headLength.<br />
|
|
|
+ [page:Vector3 dir] -- direction from origin. Must be a unit vector. <br />
|
|
|
+ [page:Vector3 origin] -- Point at which the arrow starts.<br />
|
|
|
+ [page:Number length] -- length of the arrow. Default is `1`.<br />
|
|
|
+ [page:Number hex] -- hexadecimal value to define color. Default is
|
|
|
+ 0xffff00.<br />
|
|
|
+ [page:Number headLength] -- The length of the head of the arrow. Default
|
|
|
+ is 0.2 * length.<br />
|
|
|
+ [page:Number headWidth] -- The width of the head of the arrow. Default is
|
|
|
+ 0.2 * headLength.<br />
|
|
|
</p>
|
|
|
|
|
|
<h2>Properties</h2>
|
|
@@ -61,30 +65,33 @@
|
|
|
|
|
|
<h3>[method:undefined setColor]([param:Color color])</h3>
|
|
|
<p>
|
|
|
- color -- The desired color.<br /><br />
|
|
|
+ color -- The desired color.<br /><br />
|
|
|
|
|
|
- Sets the color of the arrowHelper.
|
|
|
+ Sets the color of the arrowHelper.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[method:undefined setLength]([param:Number length], [param:Number headLength], [param:Number headWidth])</h3>
|
|
|
+ <h3>
|
|
|
+ [method:undefined setLength]([param:Number length], [param:Number headLength], [param:Number headWidth])
|
|
|
+ </h3>
|
|
|
<p>
|
|
|
- length -- The desired length.<br />
|
|
|
- headLength -- The length of the head of the arrow.<br />
|
|
|
- headWidth -- The width of the head of the arrow.<br /><br />
|
|
|
+ length -- The desired length.<br />
|
|
|
+ headLength -- The length of the head of the arrow.<br />
|
|
|
+ headWidth -- The width of the head of the arrow.<br /><br />
|
|
|
|
|
|
- Sets the length of the arrowhelper.
|
|
|
+ Sets the length of the arrowhelper.
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:undefined setDirection]([param:Vector3 dir])</h3>
|
|
|
<p>
|
|
|
- dir -- The desired direction. Must be a unit vector.<br /><br />
|
|
|
+ dir -- The desired direction. Must be a unit vector.<br /><br />
|
|
|
|
|
|
- Sets the direction of the arrowhelper.
|
|
|
+ Sets the direction of the arrowhelper.
|
|
|
</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.
|
|
|
+ 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>
|