Add Sunlight API for RayTracing.
Remove cityGML parsing files.
Remove SunlightDetection
files.
Update CMake to create a library (dll) rather than an executable.
Remove OpenGL prerequisites.
Remove libxml2 prerequisites.
Move installation guide to README.md
file.
Add SunDatas type containing sun parsing result (position, direction, date).
For ease of use in SWIG, replace the dictionnary by a vector of SunDatas in SunEarthParser
.
Remove the dummy values in the SunEarthParser
class, returning only the position of the sun based on real datas.
Add createOutputDirectory function to SunlightObjExporter
.
Update SunlightObjExporter
to export results for a triangle.
Move road map and pipeline documentation in pySunlight.
Add Contributing, Contact and Acknowledgments in README.md
.
Full Changelog: 0.1...0.2