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

Explicit bounds extension #56

Open
progschj opened this issue Feb 22, 2023 · 0 comments
Open

Explicit bounds extension #56

progschj opened this issue Feb 22, 2023 · 0 comments

Comments

@progschj
Copy link
Collaborator

Rendering algorithms may need to make decisions based on object/scene bounds. For rasterization APIs near and far planes need to be selected. Shadow mapping requires setting up a shadow projection encompassing all shadow casters etc.

On the other hand scenes may contain large objects such as ground planes whose size does not necessarily correspond to the area of interest in the scene. In these situations it may be preferable to explicitly set the bounds instead of having them implicitly derived.

This extension would add a parameter "bounds" of type FLOAT32_BOX3 to at least the world object but potentially also to instance, group, geometry and spatial field.

@jeffamstutz jeffamstutz added the v1.1 Issues to be decided on for the v1.1 specification label Apr 26, 2023
@jeffamstutz jeffamstutz added discussion-backlog and removed v1.1 Issues to be decided on for the v1.1 specification labels Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants