-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editing splat created from lumalabs app #9
Comments
I'm going to try to export an .ply file from Luma.ai and import it into Unreal Engine, saw some nice results. |
@ericrius1 you've probably figured this out by now, but for anyone else wondering: You can edit the splat in various programs from there, though I believe you can only use the semantic mask to "edit" the splats received from the Luma three.js importer: |
@haxiomic @lovelovetrb Is there any way aside from a Luma link to load in other PLY or SPLAT files? |
While As it is now, it seems like it's still downloading all of the additional background data/assets/etc. while then just hiding it from the render output when the masking is set (causing the splat to take much longer to show than it otherwise would as it still downloads & processes all of that data that's then just not being output.) Also, the splat still technically has that data available if anyone were to check out the splat data without that masking parameter set when one might want to not have that additional scanned background be accessible to anyone. Hiding via the masking method works okay, but actually removing the background from the splat itself would be best. Is there anything out there that would make this possible? Edit: I imported the Gaussian Splat from Luma into Spline.Design (curious if there are other, potentially better, tools out there for this) and then used the "Crop Areas" tool it offers for splats where it seemingly turned my ~260MB splat export from Luma into something that's ~2MB and is much friendlier to be embedded within a webpage (also allowing for a viewer to be more readily customized). It would be great if Luma enriched its offerings with some of these aspects, but it's still my go-to for actually generating the splat to then use as needed. |
Any way to load externaly edited Splat files? |
I've been experimenting with integrating splats from the lumalabs app into a threejs experience, and it's amazing! I found a splat editor online and would love to use this to edit my splats. It looks like I need to upload a file, and just provide a link to the capture as in the webgl library. I was wondering if there's a way to get the file from the luma app downloaded so I can edit it before importing it to my threejs app?
Thanks!
The text was updated successfully, but these errors were encountered: