Documentation / loaders / AlembicArchive
Type Alias: AlembicArchive
AlembicArchive =
object
Defined in: libs/loaders/src/alembic/types.ts:79
Result of parsing an Alembic archive for curve data.
Properties
version
version:
string
Defined in: libs/loaders/src/alembic/types.ts:81
Alembic library version string, when the archive records one.
application
application:
string
Defined in: libs/loaders/src/alembic/types.ts:83
Writer application, for example XGen Spline Abc Writer.
curves
curves:
AlembicCurveObject[]
Defined in: libs/loaders/src/alembic/types.ts:85
All curve objects found in the archive.