Skip to content

GridHelper

new GridHelper(size?, divisions?, color1?, color2?)

THREE equivalent: THREE.GridHelper

Ground-plane grid of line segments on the XZ plane. Center lines use color1, division lines use color2.

Name Type Description
geometry Geometry Line geometry for all grid edges.
Method Description
dispose(): void Disposes the underlying geometry.