UNPKG

@babylonjs/loaders

Version:

For usage documentation please visit https://doc.babylonjs.com/features/featuresDeepDive/importers/loadingFileTypes/.

10 lines (9 loc) 171 B
/** * Options for loading BVH files */ export type BVHLoadingOptions = { /** * Defines the loop mode of the animation to load. */ loopMode: number; };