UNPKG

r3f-managed-glb

Version:

Wrapper around the gbl/gltf loader that allows handling and customizing only selected nodes in JSX instead of generating the full JSX file.

5 lines (4 loc) 214 B
import { ManagedGLB } from './ManagedGLB'; import { meshesInNodeByCount, preloadGLB } from './utils'; export { ManagedGLB, preloadGLB, meshesInNodeByCount }; export type { ManagedGLBProps, Custom } from './types';