UNPKG
rsbe2
Version:
latest (0.1.1)
0.2.0
0.1.1
An advanced 3D Gaussian Splatting renderer for THREE.js
sparkjs.dev
sparkjs-dev/spark
rsbe2
/
dist
/
types
/
generators
/
static.d.ts
10 lines
(9 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
SplatGenerator
}
from
'../SplatGenerator'
;
import
*
as
THREE
from
"three"
;
export
declare
function
staticBox
(
{ box, cells, dotScale, color, opacity, }: { box: THREE.Box3; cells: THREE.Vector3; dotScale:
number
; color?: THREE.Color; opacity?:
number
; }
):
SplatGenerator
;