PlaneGeometry

new PlaneGeometry(width?, height?, widthSegments?, heightSegments?)
THREE: THREE.PlaneGeometry

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

Properties

NameTypeDescription
parameters

object

{ width, height, widthSegments, heightSegments } - stored for reference.