UNPKG

use-rhino-loader

Version:

React hook for loading Rhino .3dm files with three.js and Rhino3dmLoader

5 lines (4 loc) 165 B
import * as THREE from 'three'; export declare function useRhinoLoader(url: string, libraryPath?: string): { nodes: THREE.Object3D<THREE.Object3DEventMap>[]; };