-
Notifications
You must be signed in to change notification settings - Fork 36
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
[collision] First generation of octree collision detection #321
Conversation
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.
(OUTDATED)
Good work! :)
I only found some trifles.
Disclaimer: Did not test the code and did not check the algorithms for (conceptual) correctness.
This comment has been minimized.
This comment has been minimized.
e288fd1
to
22f80b9
Compare
This comment has been minimized.
This comment has been minimized.
31b0273
to
eed901c
Compare
This comment has been minimized.
This comment has been minimized.
2b1faf8
to
9953b27
Compare
Alright I'm done. Any more reviews? |
|
One last request can you add the face id order here |
Sure, but once again I can't answer to your post directly for some technical reason. |
|
03f67c3
to
b2a77b5
Compare
|
documentation/source/development/reference/octree-file-format.rst
Outdated
Show resolved
Hide resolved
6c07e1b
to
734c221
Compare
734c221
to
8d177ec
Compare
8d177ec
to
a8ce3f7
Compare
Closes #244
Also check out #234
Collision detection with multiple octrees
After a lot of experiments, I finally present the first generation of octree collision detection. Given
N
octrees, this algorithm can detect if there are collisions with any octree. If that is the case, we can extractThis pull request also includes:
Furthermore, I added a new reference page about the algorithm with a lot of images explaning how it works.
Closing remarks