Sets the 2D circle that will be synchronized with this hemisphere
The direction in which the direction pointer of this hemisphere is pointing to
Click event. If this hemisphere is clicked, make the direction pointer point to the 3D position where the click was performed
Used when, e.g., the 3D hemisphere is clicked on the screen. Using the screen's X and Y coordinates, we can find out where the hemisphere was clicked X and Y coordinates are converted to a 3D position on the hemisphere where the click was performed This function then returns the direction from the hemisphere center to this click 3D position
The screen "X" coordinate
The screen "Y" coordinate
The Three.js renderer being used
Based on X and Y screen coordinates, which 3D direction our direction pointer should point to in order to point towards the mouse 2D position
Makes the direction pointer of this hemisphere point to the center of the hemisphere
Whether to synchronize the resulting 3D direction with a hemisphere visualization
Direction to which the direction pointer of this hemisphere should point to
Whether to synchronize the resulting 3D direction with a hemisphere visualization
Sets the 3D position of the center of this hemisphere
Sets the 3D rotation of this hemisphere around its center
"x" or "y" axis
Radius of the base of the cylinder
Radial segments of the generated cylinder
A cylinder (helper line) mesh of either the "X" or "Y" axis
"x" or "y" axis
Radius of the base of the cone
Radial segments of the generated cone
A cone (arrow head) mesh of either the "X" or "Y" axis
Generated using TypeDoc
Manages a Three.js Scene that contains a 3D direction selection hemisphere