-
Notifications
You must be signed in to change notification settings - Fork 33
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
obb clipping #882
Merged
Merged
obb clipping #882
Commits on Sep 29, 2024
-
enable by using console-log document.querySelector('#clipping-box').setAttribute('obb-collider2', "clipPlaneFunction: obb;") document.querySelector('#clipping-box').play()
Configuration menu - View commit details
-
Copy full SHA for fc2d0db - Browse repository at this point
Copy the full SHA fc2d0dbView commit details
Commits on Sep 30, 2024
-
this barely works: - you need to start a new scene - add google 3d tiles by specifying location - then drag and drop a new street from the add panel - then enter viewer mode
Configuration menu - View commit details
-
Copy full SHA for ed425e7 - Browse repository at this point
Copy the full SHA ed425e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0a36cb - Browse repository at this point
Copy the full SHA f0a36cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1427c - Browse repository at this point
Copy the full SHA dc1427cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 840e524 - Browse repository at this point
Copy the full SHA 840e524View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb04e7 - Browse repository at this point
Copy the full SHA adb04e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a730154 - Browse repository at this point
Copy the full SHA a730154View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b043ec - Browse repository at this point
Copy the full SHA 0b043ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b548d5 - Browse repository at this point
Copy the full SHA 1b548d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d5d232 - Browse repository at this point
Copy the full SHA 9d5d232View commit details
Commits on Oct 1, 2024
-
add enableClipping boolean to street-geo
can turn from false to true during session, but then setting from true to false the user must reload to see tiles without clipping. I tried using a reduntant 'enabled' boolean on obb-clipping. that didn't work but i kept it in to test a bit more.
Configuration menu - View commit details
-
Copy full SHA for 9964205 - Browse repository at this point
Copy the full SHA 9964205View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d186ce - Browse repository at this point
Copy the full SHA 5d186ceView commit details -
still might be better to have an explicit box some day -- i think there will be many case where a user will wish to have a box like this -- but this might be good enough to ship
Configuration menu - View commit details
-
Copy full SHA for 07496be - Browse repository at this point
Copy the full SHA 07496beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cca15 - Browse repository at this point
Copy the full SHA 80cca15View commit details -
throttle tick for naive performance improvements
better solution is to monitor for pose changes on target object AND monitor for tiles loaded events from 3dtiles runtime object via threejs-loader-tiles library
Configuration menu - View commit details
-
Copy full SHA for 819233c - Browse repository at this point
Copy the full SHA 819233cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.