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

Frustum.intersectsWorldAABB(minmax) #72 #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

muren400
Copy link

@muren400 muren400 commented Feb 4, 2021

changed minmax from [[xmin, ymin, zmin], [xwidth, ywidth, zwidth]]
to [[xmin, ymin, zmin], [xmax, ymax, zmax]]

It seems like the sole purpose of Box.minmax in octree.js is to be used in Frustum.intersectsWorldAABB(minmax).
So I just changed that, so it fits the requirements.

Sorry for being a tad bit late, but better late then never am I right?

changed minmax from [[xmin, ymin, zmin], [xwidth, ywidth, zwidth]]
to [[xmin, ymin, zmin], [xmax, ymax, zmax]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants