Implementation Overview

This section outlines the implementation of the Exa-MA WP1 - Vegetation project.

1. Summary

  1. Configuration and Query: This section describes the configuration and query classes used in the project.

  2. Algorithms: This section outlines the algorithms functions used in the vegetation project.

  3. Tree: This section details the tree class used in the project.

  4. BVH: This section describes the bvh class used in the project to create a bounding volume hierarchy for the terrain mesh and compute the intersection altitude of a ray with the terrain mesh.

  5. Vegetation Processor: This section outlines the vegetation processor class used in the project.

Note that some of the code (such as getters, setters and definiton) has been omitted for brevity.