AxesHelper
new AxesHelper(size?)
THREE: THREE.AxesHelper
Displays the three coordinate axes as RGB line segments: X red, Y green, Z blue.
Properties
| Name | Type | Description |
|---|---|---|
geometry | Geometry | Line geometry with six vertices (origin → tip for each axis). |
Methods
| Method | Description |
|---|---|
dispose(): void | Disposes the underlying geometry. |