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

Add partial rkyv support + parallel qbvh traversal + Heigthfield support of Cuda kernels #96

Merged
merged 18 commits into from
Oct 2, 2022

Conversation

sebcrozet
Copy link
Member

Added

  • Add the support of Heightfields on CUDA kernels written in Rust using the cust crate.
  • Add the rkyv-serialize feature that enables the implementation of rkyv serialization/deserialization
    for most shapes.
  • Add the parallel feature that enables methods for the parallel traversal of QBVH trees: QBVH::traverse_bvtt_parallel,
    QBVH::traverse_bvtt_node_parallel, QBVH::traverse_depth_first_parallel, QBVH::traverse_depth_first_node_parallel,

@sebcrozet sebcrozet merged commit fa852f6 into master Oct 2, 2022
@sebcrozet sebcrozet deleted the rkyv-rayon branch October 2, 2022 15:27
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.

1 participant