Downloading gaussian splat file

Hello,

I modify an original gaussian splatting mesh in babylonJS. Is there way to download the modified mesh as a splat file?

as an example, consider this code

In my example, I want to download gs mesh at the end

Thank you,
David

cc @Cedric

No, you can’t at the moment but it’s on my roadmap. Let me check if I can do it quickly.

1 Like
1 Like

@Cedric Thank you for this solution and getting it so quickly!

@Cedric What should I do to use the new function? In the playground below, I am getting an error when I call getSplatsData()

what it says: getSplatData is not a function :slight_smile:

1 Like

Great! Thank you

Hi @Cedric
Sorry, I am still having problems accessing splats data - getSplatsData returns undefined

If you run playground below and open the console, you would get this error
bad data: myData is undefined

Thank you,
David

Accessor is name splatsData and datas are available when GS has been fully loaded. That check is async:

splatting | Babylon.js Playground

ops, I missed that. Thank you!