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

improve primitives node #25

Open
mreinstein opened this issue Nov 20, 2024 · 2 comments
Open

improve primitives node #25

mreinstein opened this issue Nov 20, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@mreinstein
Copy link
Owner

  • There's an arbitrary size restriction on the number of primitives allowed. This is dumb. Maybe growable arrays would be a nice way to allow it grow as needed.
  • There should be some kind of viewport culling. It's dumb rendering a bunch of triangles that are outside the viewport.
@mreinstein mreinstein self-assigned this Nov 20, 2024
@mreinstein mreinstein added the enhancement New feature or request label Nov 20, 2024
@mreinstein
Copy link
Owner Author

for the viewport culling I'll start with something naive. Maybe just an aabb/overlap check with the viewport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant