Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 376 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 376 Bytes

ViewPointFinderLib: class library with functionality to load mesh data from JSON files and find view spots.

ViewPointFinderProgram: console application that outputs view spots using by ViewPointFinderLib.

MeshViewer: WindowsFormsApp to visualize mesh data and verify view spots found by ViewPointFinderLib. (Needs an input file called 'mesh.json' in same folder to work.)