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
});
Content copied to clipboard