biocore / emperor

Emperor a tool for the analysis and visualization of large microbial ecology datasets
http://biocore.github.io/emperor/
Other
52 stars 50 forks source link

Fix raycasting issue #740

Closed ElDeveloper closed 4 years ago

ElDeveloper commented 4 years ago

This bug was introduced when we resolved the conflicts after merging #727 and #728. Namely intersect was stored as global variable, the name match was used instead of marker, and the mesh objects were accessing non-existent properties.

@dhakim87 if you can have a look and merge that would be great!

dhakim87 commented 4 years ago

This branch has been merged into the parallel plots branch: dhakim87/new-api

ElDeveloper commented 4 years ago

Thanks @dhakim87