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
/
meshBounds.d.ts
3 lines
(2 loc)
•
141 B
TypeScript
View Raw
1
2
3
import
{
Raycaster
,
Intersection
}
from
'three'
;
export
declare
function
meshBounds
(
raycaster: Raycaster, intersects: Intersection[]
):
void
;