<?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 Hi, Sven in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038942#M433</link>
    <description>&lt;P&gt;Hi, Sven&lt;/P&gt;

&lt;P&gt;Sorry, still unclear. Let me explain what I need with images. On first all walls are "good", poly edges are match in all places of walls contact. On second one the far wall (blue wireframe) is "bad" because there are no such edges on other walls. So I need to triangulate some red and green triangles to create needed edges. There is a some "gap". For example if bluе wall is slightly moved up I still need to break red triangles (if distance to floor is less than gap).&lt;/P&gt;

&lt;P&gt;Anyway for potenyially large scene I need a data structure like bvh to detect which polygon breaks which. Thus I want to use Embree bvh - but don't know "how"&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
    <pubDate>Sat, 01 Nov 2014 09:19:02 GMT</pubDate>
    <dc:creator>Igor_Igor</dc:creator>
    <dc:date>2014-11-01T09:19:02Z</dc:date>
    <item>
      <title>Using BVH for other task</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038938#M429</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;

&lt;P&gt;A bit side question, sorry if it's misplaced. I need to find all polygons intersections in scene with some "gap", e.g. if an edge is closed enough to a poly - count this case as intersection too. A code to check polygon/polygon intersection is not a problem, but which to which polygons I have to check? Can I use Embree BVH data structures for this? If so how? &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2014 14:03:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038938#M429</guid>
      <dc:creator>Igor_Igor</dc:creator>
      <dc:date>2014-10-28T14:03:18Z</dc:date>
    </item>
    <item>
      <title>You could use the User</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038939#M430</link>
      <description>&lt;P&gt;You could use the User Geometry feature for this. Create some user geometry that implements the proper polygon intersection and returns bounds enlarged by the "gap" to Embree.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2014 06:03:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038939#M430</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2014-10-29T06:03:22Z</dc:date>
    </item>
    <item>
      <title>Hi, Sven</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038940#M431</link>
      <description>&lt;P&gt;Hi, Sven&lt;/P&gt;

&lt;P&gt;Can't figure out your idea. Yes, I can create some UserGeometry but whay to do with it then?&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 12:23:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038940#M431</guid>
      <dc:creator>Igor_Igor</dc:creator>
      <dc:date>2014-10-30T12:23:10Z</dc:date>
    </item>
    <item>
      <title>Using the User Defined</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038941#M432</link>
      <description>&lt;P&gt;Using the User Defined geometry feature you write the ray intersection function for some primitive. Best look at the Embree tutorials to see how this works. You just have to calculate bounding boxes are that slightly larger than your polygons (such that Embree will also try to intersect them is they are some gay away of the ray) and pass your special ray/polygon intersection function to the User Geometry primitive.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2014 13:32:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038941#M432</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2014-10-30T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Hi, Sven</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038942#M433</link>
      <description>&lt;P&gt;Hi, Sven&lt;/P&gt;

&lt;P&gt;Sorry, still unclear. Let me explain what I need with images. On first all walls are "good", poly edges are match in all places of walls contact. On second one the far wall (blue wireframe) is "bad" because there are no such edges on other walls. So I need to triangulate some red and green triangles to create needed edges. There is a some "gap". For example if bluе wall is slightly moved up I still need to break red triangles (if distance to floor is less than gap).&lt;/P&gt;

&lt;P&gt;Anyway for potenyially large scene I need a data structure like bvh to detect which polygon breaks which. Thus I want to use Embree bvh - but don't know "how"&lt;/P&gt;

&lt;P&gt;Thx&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2014 09:19:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038942#M433</guid>
      <dc:creator>Igor_Igor</dc:creator>
      <dc:date>2014-11-01T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Ok, therefore you need to</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038943#M434</link>
      <description>&lt;P&gt;Ok, therefore you need to build your own data structure that can find neighboring triangles or edges. Using the internal Embree data structures is not easily possible.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2014 06:05:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Using-BVH-for-other-task/m-p/1038943#M434</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2014-11-03T06:05:43Z</dc:date>
    </item>
  </channel>
</rss>

