@tresjs/cientos
Version:
Collection of useful helpers and fully functional, ready-made abstractions for Tres
9 lines (8 loc) • 398 B
TypeScript
import { default as SVG } from './SVG/component.vue';
import { default as FBXModel } from './useFBX/component.vue';
import { default as GLTFModel } from './useGLTF/component.vue';
import { useProgress } from './useProgress';
import { useVideoTexture } from './useVideoTexture';
export * from './useFBX';
export * from './useGLTF';
export { FBXModel, GLTFModel, SVG, useProgress, useVideoTexture };