Skip to content

Releases: pgrit/TinyEmbree

v0.5.0

10 Sep 18:30
Compare
Choose a tag to compare
  • 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

13 May 11:26
Compare
Choose a tag to compare

Changes from 0.4.0

Fixed a regression in Raytracer.LeavesScene() where the function returned the opposite of the intended bool value.