Raycaster.raycastAgainstTrueSplatEllipsoid ? #459
jacobbaehr
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Was Raycaster.raycastAgainstTrueSplatEllipsoid finished? I toggled it on but I'm not getting good hits. One thing is noticed is that
tempColor.w
is not normalized; it it still [0 - 255]. Soconst uniformScale = Math.log10(tempColor.w) * 2.0;
still enlarges transparent splats too rather than shrinking them.Beta Was this translation helpful? Give feedback.
All reactions