Abstract
Abstract
parallelThis is a unit vector that runs parallel to the direction of the translation handle.
For example, in case of Controls.translationXP, it is
THREE.Vector3(1,0,0)
(along the x-axis).
This is a unit vector that runs perpendicular to the direction of the translation handles.
For example, in case of Controls.translationXP, it is
THREE.Vector3(0,1,0)
(along the y-axis).
Abstract
getAbstract
setGenerated using TypeDoc
This class can be extended to create custom translation handles. It requires setting the properties
parallel
andup
.