Import
LoftGeometry is an addon, and must be imported explicitly, see Installation#Addons.
import { LoftGeometry } from 'three/addons/geometries/LoftGeometry.js';
Constructor
new LoftGeometry( sections : Array.<Array.<Vector3>>, options : Object )
Constructs a new loft geometry.
| sections |
The cross sections to skin. At least two sections are required and all sections must have the same number of points. |
||||||
| options |
The loft options. Default is
|
Properties
.parameters : Object
Holds the constructor parameters that have been used to generate the geometry. Any modification after instantiation does not change the geometry.