<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OK, I do notice that it does in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135872#M682</link>
    <description>&lt;P&gt;OK, I do notice that it does work well along the edge. Now I know where to look, I can go into at the code and make the suggested change to see if this fixes my issue. I would suggest this change should be rolled into the master branch for 'robust mode'.&lt;/P&gt;</description>
    <pubDate>Fri, 09 Feb 2018 17:31:11 GMT</pubDate>
    <dc:creator>AndrewC</dc:creator>
    <dc:date>2018-02-09T17:31:11Z</dc:date>
    <item>
      <title>Ray fails to intersect at corner of triangle</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135866#M676</link>
      <description>&lt;P&gt;I have a half/sphere geometry , radius 1, of about 325 triangles. The triangular geometry is properly connected with no overlapping/'duplicated' nodes.&amp;nbsp;I am firing rays from the origin towards the surface of the sphere. As a test of robustness I set up the rays to be directed towards the 3D "nodes" that make up the geometry. I am finding some ( say 1-2%) of the rays are recording "no hit". Obviously there is a question of geometric robustness when a ray is hitting right at a 3D node shared by maybe 4 triangles. But I thought embree would be particularly robust when dealing with this type of problem. What am I missing here? I am using 2.16.5&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 05:51:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135866#M676</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2018-02-08T05:51:39Z</dc:date>
    </item>
    <item>
      <title>You are likely using the</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135867#M677</link>
      <description>&lt;P&gt;You are likely using the default fast mode, which does some optimizations that reduce precision. Please set the RTC_SCENE_ROBUST mode and try again.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 06:07:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135867#M677</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2018-02-08T06:07:22Z</dc:date>
    </item>
    <item>
      <title>Adding the flag RTC_SCENE</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135868#M678</link>
      <description>&lt;P&gt;Adding the flag RTC_SCENE_ROBUST helped. It reduced the number of "misses" from 20 to 2. Sadly 0 is the only acceptable result. The attached image shows one point which one ray 'missed'.&lt;/P&gt;

&lt;P&gt;Should I try upgrading to to 2.17.2?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 15:54:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135868#M678</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2018-02-08T15:54:10Z</dc:date>
    </item>
    <item>
      <title>attached is the half sphere</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135869#M679</link>
      <description>&lt;P&gt;attached is the half sphere as an STL&lt;/P&gt;

&lt;P&gt;Ray that "misses" has origin 0,0,0. Direction -0.000000028097142&amp;nbsp;&amp;nbsp; &amp;nbsp;0.642787635000000&amp;nbsp;&amp;nbsp; &amp;nbsp;0.766044438000000&lt;/P&gt;

&lt;P&gt;But I full expect that numerical precision changes when going from text will mean that the issue is not easy to reproduce.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 16:27:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135869#M679</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2018-02-08T16:27:20Z</dc:date>
    </item>
    <item>
      <title>Upgrading to 2.17.2 did not</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135870#M680</link>
      <description>&lt;P&gt;Upgrading to 2.17.2 did not make any difference to this issue. There are many use cases that require the intersection routines to be geometrically robust. I understand how a point on a boundary could be missed, but this ray is intersecting the geometry at a&amp;nbsp; location where a number of triangles meet. It is indeterminate which triangle should be selected, but it should pick one.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 21:46:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135870#M680</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2018-02-08T21:46:00Z</dc:date>
    </item>
    <item>
      <title>The robust ray/triangle</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135871#M681</link>
      <description>&lt;P&gt;The robust ray/triangle intersector used by Embree uses a consistent edge test (consistent for neighboring triangles) and conservative ray/box intersection during traversal. This algorithm makes the mesh ALMOST watertight, in particular along the edge where most algorithms have problems. However, exactly at the vertex there can still be issues.&lt;/P&gt;

&lt;P&gt;A fix could be to add a small epsilon at kernels/geometry/triangle_intersector_pluecker.h, by replacing minUVW &amp;gt;= 0 | maxUVW &amp;lt;= 0 by minUVW &amp;gt;= -eps | maxUVW &amp;lt;= +eps.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 06:34:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135871#M681</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2018-02-09T06:34:37Z</dc:date>
    </item>
    <item>
      <title>OK, I do notice that it does</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135872#M682</link>
      <description>&lt;P&gt;OK, I do notice that it does work well along the edge. Now I know where to look, I can go into at the code and make the suggested change to see if this fixes my issue. I would suggest this change should be rolled into the master branch for 'robust mode'.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 17:31:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Ray-fails-to-intersect-at-corner-of-triangle/m-p/1135872#M682</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2018-02-09T17:31:11Z</dc:date>
    </item>
  </channel>
</rss>

