Skip to content

Releases: scopatz/pyembree

0.1.6

27 Aug 19:17
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare
Updated CHANGELOG for 0.1.4

0.1.3

04 Jan 16:10
Compare
Choose a tag to compare

Changed:

  • Error logging now uses the logging module

0.1.2

03 Jan 17:13
Compare
Choose a tag to compare

Fixed:

  • setup.py and rever.xsh fix

0.1.1

03 Jan 16:55
Compare
Choose a tag to compare

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.