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

[collision] Second generation of octree collision detection: account for vertex collisions #423

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

IAmNotHanni
Copy link
Member

@IAmNotHanni IAmNotHanni commented Jul 22, 2021

Not ready for review yet

  • Refactor the rendergraph so that every octree has its own vertex and index buffer and its own uniform buffer

Closes #406

TODO

  • Iterate through octree worlds in order of increasing distance to camera
  • Store center of a cube instead of calculating it every time
  • Find a solution for taking grid size into account
  • Render the vertex which collides with the camera ray in a different color
  • Improve reference page about octree collision detection #388

Tests and Benchmarks

  • Add new automated tests (inexor-vulkan-renderer-tests)
  • Add new automated benchmarks (inexor-vulkan-renderer-benchmarks)

Outlook

@IAmNotHanni IAmNotHanni added cat:enhancement enhancement/requested feature/update of existing features feat:octree octree, cube computations labels Jul 22, 2021
@IAmNotHanni IAmNotHanni self-assigned this Jul 22, 2021
@IAmNotHanni IAmNotHanni added this to In progress in Octree-editor via automation Jul 22, 2021
@IAmNotHanni IAmNotHanni force-pushed the hanni/collision2 branch 2 times, most recently from 989ce27 to ceb09db Compare August 30, 2022 11:43
@IceflowRE IceflowRE linked an issue Dec 3, 2022 that may be closed by this pull request
@IAmNotHanni IAmNotHanni closed this Mar 4, 2023
Octree-editor automation moved this from In progress to Done Mar 4, 2023
@IAmNotHanni IAmNotHanni moved this from Done to In progress in Octree-editor Mar 4, 2023
@IAmNotHanni IAmNotHanni reopened this Mar 4, 2023
@IAmNotHanni
Copy link
Member Author

So I have been thinking about it and it really makes sense to refactor the rendergraph a little first so that every octree has its own vertex and index buffer and its own uniform buffer before I merge this.

@IAmNotHanni IAmNotHanni added the prio:high This has high priority. label May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:enhancement enhancement/requested feature/update of existing features feat:octree octree, cube computations prio:high This has high priority.
Projects
Octree-editor
  
In progress
Development

Successfully merging this pull request may close these issues.

Support camera ray collision for indented cubes Move axis aliases into one axis enum
1 participant