new AxesHelper(group, optionsopt)
An axis object to visualize the 1, 2 or 3 axes.
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
group |
THREE.Group | THREE.Scene | THREE.Group or THREE.Scene. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
options |
object |
<optional> |
new Options() | the following options are available.
See the options parameter of the MyThree class.
Properties
|
- Source:
Members
options
See the options parameter of the MyThree class.
- Source:
Methods
createAxis(axisName)
create axis
Parameters:
Name | Type | Description |
---|---|---|
axisName |
string | axis name |
- Source:
exposePosition(intersection)
Expose position on axes.
Parameters:
Name | Type | Description |
---|---|---|
intersection |
THREE.Vector3 | object | position or intersection. See Raycaster for detail. |
- Source:
getGroup()
get group
- Source:
Returns:
movePosition()
move exposed position on axes.
- Source:
updateAxes()
update axes
- Source: