UNPKG
spz-js
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
Convert gaussian splats between SPZ and PLY formats.
github.com/arrival-space/spz-js
spz-js
/
dist
/
spz-loader.d.ts
4 lines
(3 loc)
•
212 B
TypeScript
View Raw
1
2
3
4
import
{
GaussianCloud
,
PackedGaussians
}
from
'./types.js'
;
export
declare
function
packGaussians
(
g: GaussianCloud
):
PackedGaussians
;
export
declare
function
loadSpz
(
buffer:
Uint8Array
):
Promise
<
GaussianCloud
>;