GridHelper

new GridHelper(size?, divisions?, color1?, color2?)
THREE: THREE.GridHelper

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

Properties

NameTypeDescription
geometry

Geometry

Line geometry for all grid edges.

Methods

MethodDescription
dispose(): void

Disposes the underlying geometry.