UNPKG
glodrei
Version:
latest (0.0.2)
0.0.2
0.0.1
useful add-ons for react-three-fiber
github.com/pmndrs/drei
pmndrs/drei
glodrei
/
dist
/
core
/
Preload.d.ts
9 lines
(8 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Object3D
,
Camera
}
from
'three'
;
type
Props
= {
all
?:
boolean
;
scene
?:
Object3D
;
camera
?:
Camera
; };
export
declare
function
Preload
(
{ all, scene, camera }:
Props
):
null
;
export
{};