Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bilca
/
gsplat_library
like
0
Running
App
Files
Files
Community
b24de8b
gsplat_library
/
dist
/
utils
/
Converter.d.ts
bilca
Upload 43 files
b24de8b
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
154 Bytes
declare
class
Converter
{
static
SH_C0
:
number
;
static
SplatToPLY
(
buffer
:
ArrayBuffer
,
vertexCount
:
number
):
ArrayBuffer
;
}
export
{
Converter
};