Changed:
- Multiple
TriangleMesh
objects can now be added to a scene, and the scene is committed only as-needed.
Authors:
- Anthony Scopatz
- Matthew Turk
Added:
- Calling EmbreeScene.run with query = 'DISTANCE' returns an array with the distance to the nearest hit, or tfar (default of 1e37) if there is no hit.
- Set tfar to the same value for all points by passing a number to the dists argument in EmbreeScene.run
Changed:
- Error logging now uses the logging module
Fixed:
- setup.py and rever.xsh fix
Changed:
- Moved
trianges
module totriangles
.
Fixed:
- Fixed issue where
RTC_GEOMETRY_STATIC
was calledRTCGEOMETRY_STATIC
. - Fixed attenuate example.
- Fixed build for recent versions of Cython.