-
Notifications
You must be signed in to change notification settings - Fork 368
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
Factor out NearClipPlane
from VisualBounds2D
#8433
Conversation
Web viewer built successfully. If applicable, you should also test it:
Note: This comment is updated whenever you push a commit. |
Latest documentation preview deployed successfully.
Note: This comment is updated whenever you push a commit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking good!
It looks like we never had a fallback provider for NearClipPlane. @Wumpf can you please confirm that this is correct? 🙏
yup. In absence of a fallback provider, the fallback is determined by the "placeholder". The placeholder in turn is registered as part of the generated component reflection to be the Default::default
if available. If this isn't present either, we generate a null arrow array. 😵
crates/store/re_types/definitions/rerun/blueprint/archetypes/near_clip_plane.fbs
Show resolved
Hide resolved
|
Related
NearClipRange
fromVisualBounds2d
#8415What
Title.
It looks like we never had a fallback provider for
NearClipPlane
. @Wumpf can you please confirm that this is correct? 🙏