Skip to content
Snippets Groups Projects
Unverified Commit 9cd592e4 authored by blaicheo's avatar blaicheo Committed by GitHub
Browse files

Update README.md

parent 8a5af2fb
No related branches found
No related tags found
No related merge requests found
Provides a datastructure for storing triangles based on how far they are from a light source.
Provides a function to perform a union on 2 triangles. Intended for use with cone-tracing algorithms.
Provides a datastructure for storing triangles based on how far they are from a light source. (Not Implemented Yet)
The datastructure is capable of performing the following queries:
1. for a point, get the closest triangle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment