Skip to content
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

Making three.js work with gaussian splats #360

Open
abrahamezzeddine opened this issue Nov 5, 2024 · 1 comment
Open

Making three.js work with gaussian splats #360

abrahamezzeddine opened this issue Nov 5, 2024 · 1 comment

Comments

@abrahamezzeddine
Copy link

Hello,

I am wondering if there is any plan to integrate three.js mesh objects with splats? I am very eager to draw some objects with different opacities to the three.js mesh objects, but it is not really working. At least, if I place with 50% three.js box in front of a splat, I would like to see 50% of the splats behind the box.

Is there a way to solve this? :) Thanks for your great work!

@mkkellogg
Copy link
Owner

It's not really possibly to correctly render translucent three.js objects along with splats, because all the splats are rendered in one draw call, and there's therefore no way to order their rendering relative to the three.js objects. It will unfortunately only correctly work opaque three.js objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants