Home > decentraland-ecs > Curve3 > constructor
A Curve3 object is a logical object, so not a mesh, to handle curves in the 3D geometric space. A Curve3 is designed from a series of successive Vector3. Tutorial
Signature:
constructor(points: Vector3[]);
Parameter | Type | Description |
---|---|---|
points |
Vector3[] |
points which make up the curve |