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.
Properties
Section titled “Properties”| Name | Type | Description |
|---|---|---|
geometry |
Geometry |
Line geometry for all grid edges. |
Methods
Section titled “Methods”| Method | Description |
|---|---|
dispose(): void |
Disposes the underlying geometry. |