Releases: pgrit/TinyEmbree
Releases · pgrit/TinyEmbree
v0.5.0
- Added support for arm64 on OSX (via cross-compilation on GitHub actions, not tested on actual hardware)
- Use TBB for Embree
- Compiling Embree has been outsourced to a different project https://github.com/pgrit/RenderLibs
v0.4.1
Changes from 0.4.0
Fixed a regression in Raytracer.LeavesScene()
where the function returned the opposite of the intended bool value.