Spline
type Spline = {
type: UInt32;
color: Vec3;
tension: Float;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:937
Display a spline in the 3d view.
Type declaration
Name | Type | Description |
---|---|---|
type | UInt32 | Define the type of the curve. |
color | Vec3 | Color of the curve. |
tension | Float | When type is catmullrom, defines catmullrom's tension. |