-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
When I try to Clip a 3D Tiles with clippingPlanes,but It shows uncorrected ?the tileset's root has transform property. #8377
Comments
Browser:chrome 78.0.3904.87 |
When I move my mouse ,but clipped plane is from left to right,but not from top to down,why? |
Thank you for the Sandcastle examples @liyangis ! It helped narrow down the problem. I've confirmed this is a duplicate of #8053, and I've opened a fix here #8392. Your initial issue with the clipping happening on the wrong axes was just because the visual plane and the actual clipping plane were not using the same axis. I have a code example in the PR linked above showing how to clip along all 3 axes. |
when my tileset's root has transform proterty,and X-axis, Y-axis and Z-axis of the position are inconsistent whith the boundingSphere's center, when clip the 3D tiles,when i want to change the position through the clippingPlanes.modelMatrix,I find that there's a gap with plane and the clipped 3D tiles.But now i can't publish my 3D tileset on line,you can try it with a local data whith the origin coordinate system is far from the boundingsphere's center.I help that i have explain my question clearly,Thanks everyone.
The text was updated successfully, but these errors were encountered: