PlaneGeometry
new PlaneGeometry(width?, height?, widthSegments?, heightSegments?)
THREE: THREE.PlaneGeometry
Flat rectangular grid on the XY plane (z = 0) with configurable subdivision.
Properties
| Name | Type | Description |
|---|---|---|
parameters | object | { width, height, widthSegments, heightSegments } - stored for reference. |