Skip to content

PlaneGeometry

new PlaneGeometry(width?, height?, widthSegments?, heightSegments?)

THREE equivalent: THREE.PlaneGeometry

Flat rectangular grid on the XY plane (z = 0) with configurable subdivision.

Name Type Description
parameters object { width, height, widthSegments, heightSegments } - stored for reference.