Releases: scopatz/pyembree
Releases · scopatz/pyembree
0.1.6
27 Aug 19:17
Compare
Sorry, something went wrong.
No results found
Changed:
Multiple TriangleMesh objects can now be added to a scene, and the scene is committed only as-needed.
Authors:
Anthony Scopatz
Matthew Turk
0.1.5
29 Jan 17:04
Compare
Sorry, something went wrong.
No results found
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
0.1.4
12 Apr 14:28
Compare
Sorry, something went wrong.
No results found
Updated CHANGELOG for 0.1.4
0.1.3
04 Jan 16:10
Compare
Sorry, something went wrong.
No results found
Changed:
Error logging now uses the logging module
0.1.2
03 Jan 17:13
Compare
Sorry, something went wrong.
No results found
Fixed:
setup.py and rever.xsh fix
0.1.1
03 Jan 16:55
Compare
Sorry, something went wrong.
No results found
Changed:
Moved trianges module to triangles.
Fixed:
Fixed issue where RTC_GEOMETRY_STATIC was called RTCGEOMETRY_STATIC.
Fixed attenuate example.
Fixed build for recent versions of Cython.