osresearch / plotter-vision

Hidden Wireframe removal demo in p5.js
GNU General Public License v2.0
83 stars 17 forks source link

Interval tree for sorting triangles #11

Open osresearch opened 3 years ago

osresearch commented 3 years ago

Trying a fancy interval tree datastructure for querying which triangles are potentials for a region, but it is 1/3 the speed of the string based hash map. WTF math.