Skip to content

Documentation / loaders / AlembicPodType

Type Alias: AlembicPodType

AlembicPodType = "int32" | "uint32" | "float32" | "float64" | "int16" | "uint16" | "uint8"

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

Scalar storage types that appear in the curve schema.

Released under the MIT License.