Skip to content

Raytrace update #1

Merged
merged 5 commits into from
Feb 21, 2025
Merged

Raytrace update #1

merged 5 commits into from
Feb 21, 2025

Commits on Feb 20, 2025

  1. Moved raytracing code into its own folder

    JoeBell committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    8583a0f View commit details
    Browse the repository at this point in the history
  2. Implemented BVH

    Implemented the BVH algorithm to allow for much faster collision tests at the cost of having to compile the mesh
    JoeBell committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    f923eac View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2025

  1. Created simulation for side scan sonar

    JoeBell committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    e72b808 View commit details
    Browse the repository at this point in the history
  2. Added helper functions visualizing

    JoeBell committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    ddce711 View commit details
    Browse the repository at this point in the history
  3. Added examples

    JoeBell committed Feb 21, 2025
    Configuration menu
    Copy the full SHA
    4c24da0 View commit details
    Browse the repository at this point in the history