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
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: