<?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 Yes there is. Please have a in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151518#M728</link>
    <description>&lt;P&gt;Yes there is. Please have a look into intersection filters. These are callbacks that get called for each intersection found. You can register such a callback (e.g. store a function point inside the intersection context that is passed to rtcIntersect), add a hit to a list when the callback is called (e.g. you can store a pointer to that list inside the intersection context again), and you let the callback reject the hit in order to gather all hits.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 06:23:57 GMT</pubDate>
    <dc:creator>SvenW_Intel</dc:creator>
    <dc:date>2019-02-13T06:23:57Z</dc:date>
    <item>
      <title>Finding "all" intersections along a ray</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151517#M727</link>
      <description>&lt;P&gt;Assuming I am casting a ray into a scene of spheres using Embree 3.5 (native sphere primitive) . I want to find all the sphere intersections along that ray from tnear-&amp;gt;tfar.&lt;/P&gt;&lt;P&gt;Is there a more efficient way to do that than just casting the ray, finding the first hit, then re-casting the ray using a tnear of the "exit" point of the sphere that was hit and so on.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2019 21:29:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151517#M727</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2019-02-12T21:29:41Z</dc:date>
    </item>
    <item>
      <title>Yes there is. Please have a</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151518#M728</link>
      <description>&lt;P&gt;Yes there is. Please have a look into intersection filters. These are callbacks that get called for each intersection found. You can register such a callback (e.g. store a function point inside the intersection context that is passed to rtcIntersect), add a hit to a list when the callback is called (e.g. you can store a pointer to that list inside the intersection context again), and you let the callback reject the hit in order to gather all hits.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 06:23:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151518#M728</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2019-02-13T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Great, I though that was</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151519#M729</link>
      <description>&lt;P&gt;Great, I thought that was possible, but it was not clear on how to reject the hit in the callback.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 15:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Finding-quot-all-quot-intersections-along-a-ray/m-p/1151519#M729</guid>
      <dc:creator>AndrewC</dc:creator>
      <dc:date>2019-02-13T15:59:00Z</dc:date>
    </item>
  </channel>
</rss>

