Implementation Overview
This section outlines the implementation of the Exa-MA WP1 - Vegetation project.
1. Summary
-
Configuration and Query: This section describes the configuration and query classes used in the project.
-
Algorithms: This section outlines the algorithms functions used in the vegetation project.
-
Tree: This section details the tree class used in the project.
-
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.
-
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.