Provides a datastructure for storing triangles based on how far they are from a light source.
The datastructure is capable of performing the following queries:
- for a point, get the closest triangle
- get the visible surface area
On or around 4:30pm on Wednesday the 2nd of April, git.uwaterloo.ca will be restarted to apply security and application patches. This maintenance should bring GitLab to patch release 17.10.1
Name | Last commit | Last update |
---|---|---|
.. | ||
.vscode | ||
include | ||
src | ||
tests | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
Provides a datastructure for storing triangles based on how far they are from a light source.
The datastructure is capable of performing the following queries: