UNPKG
use-rhino-loader
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
React hook for loading Rhino .3dm files with three.js and Rhino3dmLoader
use-rhino-loader
/
dist
/
useRhinoLoader.d.ts
5 lines
(4 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
THREE
from
'three'
;
export
declare
function
useRhinoLoader
(
url
:
string
,
libraryPath
?:
string
): {
nodes
:
THREE
.
Object3D
<
THREE
.
Object3DEventMap
>[]; };