UNPKG
@threepipe/plugin-gaussian-splatting
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.1
0.1.0
Gaussian Splatting for Threepipe
github.com/repalash/threepipe
repalash/threepipe
@threepipe/plugin-gaussian-splatting
/
dist
/
three-gaussian-splat
/
materials
/
util.d.ts
3 lines
•
199 B
TypeScript
View Raw
1
2
3
import
{
Vector2
}
from
'threepipe'
;
export
declare
const
computeFocalLengths
:
(
width
:
number
,
height
:
number
,
fov
:
number
,
aspect
:
number
,
dpr
:
number
) =>
Vector2
;
//# sourceMappingURL=util.d.ts.map