Skip to content

Documentation / loaders / AlembicCurveBasis

Type Alias: AlembicCurveBasis

AlembicCurveBasis = "no" | "bezier" | "bspline" | "catmullrom" | "hermite" | "power"

Defined in: libs/loaders/src/alembic/types.ts:12

Basis of a curve set, as stored in the curveBasisAndType property.

Released under the MIT License.