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
/
softShadows.d.ts
8 lines
(7 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
type
SoftShadowsProps
= {
size
?:
number
;
samples
?:
number
;
focus
?:
number
; };
export
declare
function
SoftShadows
(
{ focus, samples, size }:
SoftShadowsProps
):
null
;
export
{};