<?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 I do not understand where the in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163162#M779</link>
    <description>&lt;P&gt;I do not understand where the problem lies. If the secondary hits the other side, then everything works as expected.&lt;/P&gt;</description>
    <pubDate>Tue, 27 Nov 2018 03:48:02 GMT</pubDate>
    <dc:creator>SvenW_Intel</dc:creator>
    <dc:date>2018-11-27T03:48:02Z</dc:date>
    <item>
      <title>Transparent Objects - refraction</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163161#M778</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm trying to implement refraction using embree but the problem is that transparency doesn't work. More precisely i added a cuboid and primary ray intersect the first face but the second passes through with hitting the other side.I tested with bias and it doesn't change anything. I have standard cube 8 vertices and 12&amp;nbsp;triangles and implementation is taken from triangle example in tutorials. Is it about turning on some flags ? I tried&amp;nbsp;rtcSetSceneFlags(scene, RTC_SCENE_FLAG_ROBUST); but it doesn't change a thing . Help me pls!!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Nov 2018 14:25:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163161#M778</guid>
      <dc:creator>Mos__Keicam</dc:creator>
      <dc:date>2018-11-22T14:25:03Z</dc:date>
    </item>
    <item>
      <title>I do not understand where the</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163162#M779</link>
      <description>&lt;P&gt;I do not understand where the problem lies. If the secondary hits the other side, then everything works as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 03:48:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163162#M779</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2018-11-27T03:48:02Z</dc:date>
    </item>
    <item>
      <title>The problem is a typo;)</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163163#M780</link>
      <description>&lt;P&gt;The problem is a typo;)&amp;nbsp;instead "passes through with&amp;nbsp;hitting" should be "passes through without hitting". It doesn't hit the second face of the cube. Some transparency flag is needed ?&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 08:12:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163163#M780</guid>
      <dc:creator>Mos__Keicam</dc:creator>
      <dc:date>2018-11-27T08:12:53Z</dc:date>
    </item>
    <item>
      <title>Maybe you have backface</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163164#M781</link>
      <description>&lt;P&gt;Maybe you have backface culling enabled. This is a CMake option that is disabled by default. Otherwise, you likely calculate the transparency ray wrong.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Nov 2018 15:53:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163164#M781</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2018-11-27T15:53:39Z</dc:date>
    </item>
    <item>
      <title>I had it on. Still looking</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163165#M782</link>
      <description>&lt;P&gt;I had it on. Still looking for a solution. Thanks anyway&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 10:27:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163165#M782</guid>
      <dc:creator>Mos__Keicam</dc:creator>
      <dc:date>2018-12-05T10:27:26Z</dc:date>
    </item>
    <item>
      <title>Still haven't found it.</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163166#M783</link>
      <description>&lt;P&gt;Still haven't found it.&lt;/P&gt;&lt;P&gt;The thing is that transparent cube has duplicate vertices and when i cast&amp;nbsp;rays from first face&amp;nbsp;to the second face i dont have a hit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(each triangle of the cube has separete vertex + normal)&lt;/P&gt;&lt;P&gt;Are normals taken in account in calculation of intersection ? (Based on vertices orientation ) . I removed duplicates and it doesn't work - pls help im really stuck.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 16:38:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163166#M783</guid>
      <dc:creator>Mos__Keicam</dc:creator>
      <dc:date>2018-12-12T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Could you please modify the</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163167#M784</link>
      <description>&lt;P&gt;Could you please modify the triangle_geometry tutorial (which also has a cube) to illustrate the problem&amp;nbsp;and then send us the code? We will then have a look what is going on here, but pretty sure you do not calculate the secondary ray properly.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Dec 2018 05:57:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163167#M784</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2018-12-13T05:57:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163168#M785</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It's quite difficult to post the precise code as it's a part of much bigger project. After doing few tests it looks like it never hits second side of the object. Double sided test? I dont pass any normals and i havent seen any embree example with that. I geuss he computes normals from triangle. How can i get around it ? is the a swithc to treat all geometries&amp;nbsp;as double sided? (Embree 3.2.0)&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 14:28:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163168#M785</guid>
      <dc:creator>Mos__Keicam</dc:creator>
      <dc:date>2019-01-07T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Did you compile Embree with</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163169#M786</link>
      <description>&lt;P&gt;Did you compile Embree with enabled back-face culling (cmake option)? I think Sven's suggestion to modify our very simple triangle_geometry tutorial to illustrate the problem is the best path forward to debug this issue.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 17:49:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163169#M786</guid>
      <dc:creator>BenthinC_Intel</dc:creator>
      <dc:date>2019-01-07T17:49:45Z</dc:date>
    </item>
    <item>
      <title>Thanks, I solved it. It was</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163170#M787</link>
      <description>&lt;P&gt;Thanks, I solved it. It was mistake on my part.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jan 2019 15:32:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Transparent-Objects-refraction/m-p/1163170#M787</guid>
      <dc:creator>Mos__Keicam</dc:creator>
      <dc:date>2019-01-16T15:32:30Z</dc:date>
    </item>
  </channel>
</rss>

