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
/
src
/
index.ts
6 lines
(3 loc)
•
200 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
ThreeGaussianSplatPlugin
}
from
'./three-gaussian-splat'
export
class
GaussianSplattingPlugin
extends
ThreeGaussianSplatPlugin
{}
export
*
as
threeGaussianSplat
from
'./three-gaussian-splat'