v1.2.0
What's Changed
- Added (optional) mesh sanity checks:
- Check if normals are pointing outwards (uses Möller–Trumbore intersection algorithm)
- Check if triangles are degenerate
- Updated the documentation accordingly
- Simplified CMake Parallelization setup (the old system was quite misleading with two variables)
- Exposed certain previously exclusive C++ functions into a Python submodule
utility