UNPKG
@sparkjsdev/spark
Version:
latest (2.1.0)
2.1.0
2.0.0
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
An advanced 3D Gaussian Splatting renderer for THREE.js
sparkjs.dev
sparkjs-dev/spark
@sparkjsdev/spark
/
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
;