PlaneGeometry

external class PlaneGeometry(options: PlaneGeometry.ConstructorOptions? = definedExternally)(source)

Describes geometry representing a plane centered at the origin, with a unit width and length.

const planeGeometry = new PlaneGeometry({
vertexFormat : VertexFormat.POSITION_ONLY
});

See also

Constructors

Link copied to clipboard
constructor(options: PlaneGeometry.ConstructorOptions? = definedExternally)

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions