Skip to content

AxesHelper

new AxesHelper(size?)

THREE equivalent: THREE.AxesHelper

Displays the three coordinate axes as RGB line segments: X red, Y green, Z blue.

Name Type Description
geometry Geometry Line geometry with six vertices (origin → tip for each axis).
Method Description
dispose(): void Disposes the underlying geometry.