<?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, but can a subdivision in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050723#M477</link>
    <description>ok, but can a subdivision surface be triangles instead of quads? In the displacement example, it uses quads and RTC_FACE_BUFFER is set with an array of only 4s and the documentation say that it can be 3 or 4 so I assume 3 is for triangles?</description>
    <pubDate>Wed, 12 Aug 2015 15:53:36 GMT</pubDate>
    <dc:creator>Al_N_</dc:creator>
    <dc:date>2015-08-12T15:53:36Z</dc:date>
    <item>
      <title>Displacement map</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050721#M475</link>
      <description>Hi, can I use triangle geometry as oppose to quads for displacement mapping? If so, is there an example anywhere? Thank you.</description>
      <pubDate>Wed, 12 Aug 2015 04:55:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050721#M475</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-12T04:55:57Z</dc:date>
    </item>
    <item>
      <title>No, the displacement mapping</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050722#M476</link>
      <description>&lt;P&gt;No, the displacement mapping is only implemented for subdivision surfaces.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 13:50:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050722#M476</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2015-08-12T13:50:48Z</dc:date>
    </item>
    <item>
      <title>ok, but can a subdivision</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050723#M477</link>
      <description>ok, but can a subdivision surface be triangles instead of quads? In the displacement example, it uses quads and RTC_FACE_BUFFER is set with an array of only 4s and the documentation say that it can be 3 or 4 so I assume 3 is for triangles?</description>
      <pubDate>Wed, 12 Aug 2015 15:53:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050723#M477</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-12T15:53:36Z</dc:date>
    </item>
    <item>
      <title>Yes you can render each</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050724#M478</link>
      <description>&lt;P&gt;Yes you can render each triangle mesh also as subdivision surface. However, triangle meshes sometimes have large triangle fans that the Embree subdivision implementation can currently not handle. It will drop these fans during rendering.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2015 14:21:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050724#M478</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2015-08-13T14:21:18Z</dc:date>
    </item>
    <item>
      <title>I see. I did a test, like a</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050725#M479</link>
      <description>I see. I did a test, like a cube and a sphere made of triangles but at render time, each triangles are smaller and they look more round, each triangles have 6 edges instead of 3 and there is space in between each one, none ate touching anymore. Any ideas?</description>
      <pubDate>Thu, 13 Aug 2015 16:15:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050725#M479</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-13T16:15:46Z</dc:date>
    </item>
    <item>
      <title>What values did you set for</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050726#M480</link>
      <description>&lt;P&gt;What values did you set for the edge tessellation levels and did you specify a displacement function for the simple cube and sphere geometry?&lt;/P&gt;

&lt;P&gt;Embree's interpolation tutorial uses also some simple triangle-based geometry, so you could double-check the tutorial&amp;nbsp;code with your implementation.&lt;/P&gt;

&lt;P&gt;If there are still artifacts visible could you post some example code so that we can quickly reproduce the issue?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks a lot,&lt;/P&gt;

&lt;P&gt;Carsten.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Aug 2015 19:26:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050726#M480</guid>
      <dc:creator>BenthinC_Intel</dc:creator>
      <dc:date>2015-08-15T19:26:45Z</dc:date>
    </item>
    <item>
      <title>Thanks for your answer. All I</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050727#M481</link>
      <description>Thanks for your answer. All I did was use your displacement tutorial and changed the values in the arrays to reflect triangles as oppose to quad (indices too and changed face from 4 to 3). I exit the displacement function just to see if the cube will show as a cube, and also set the tessellation value from 256 to 0 and still each triangles are showing with 6 sides and smaller so there is a good visible gap between each triangles. If possible, could you modify the tutorial so it include a simple triangle mesh as oppose to a quad mesh and perhaps include it in the list of tutorials?</description>
      <pubDate>Sat, 15 Aug 2015 19:34:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050727#M481</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-15T19:34:42Z</dc:date>
    </item>
    <item>
      <title>In line 65 of the</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050728#M482</link>
      <description>&lt;P&gt;In line 65 of the displacement tutorial you can switch the cube to a triangle cube.&lt;/P&gt;

&lt;P&gt;You are right that there are some cracks at the triangles, probably caused by wrong geometry normals. We will work on that.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 06:22:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050728#M482</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2015-08-17T06:22:51Z</dc:date>
    </item>
    <item>
      <title>ok thanks</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050729#M483</link>
      <description>ok thanks</description>
      <pubDate>Mon, 17 Aug 2015 20:24:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050729#M483</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-17T20:24:48Z</dc:date>
    </item>
    <item>
      <title>Does it matter if there are</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050730#M484</link>
      <description>Does it matter if there are duplicate vertices? like 3 per triangle and for a cube, 36 vertices and 36 indices?</description>
      <pubDate>Tue, 18 Aug 2015 00:36:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050730#M484</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-18T00:36:59Z</dc:date>
    </item>
    <item>
      <title>You can have duplicate</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050731#M485</link>
      <description>&lt;P&gt;You can have duplicate vertices, this will not be a problem.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Aug 2015 05:56:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050731#M485</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2015-08-18T05:56:19Z</dc:date>
    </item>
    <item>
      <title>ok because I'm getting weird</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050732#M486</link>
      <description>ok because I'm getting weird results. Here is the cube (triangulated) rendered using rtcNewTriangleMesh and how it turns out using rtcNewSubdivisionMesh without a displacement function and levels set to 0 or 256 same result...

&lt;A href="https://www.imageupload.co.uk/images/2015/08/19/untitled1.png" target="_blank"&gt;https://www.imageupload.co.uk/images/2015/08/19/untitled1.png&lt;/A&gt;

&lt;A href="https://www.imageupload.co.uk/images/2015/08/19/untitled2.png" target="_blank"&gt;https://www.imageupload.co.uk/images/2015/08/19/untitled2.png&lt;/A&gt;</description>
      <pubDate>Wed, 19 Aug 2015 00:53:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050732#M486</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-19T00:53:41Z</dc:date>
    </item>
    <item>
      <title>Ok, your cube is rendered</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050733#M487</link>
      <description>&lt;P&gt;Ok, your cube is rendered that way because you no not have shared vertices. If the vertices are not shared you still define a valid subdivision surface, however, each triangle will get subdivided separately of the other triangles, resulting in the subdivision you see. To properly render the cube you have to share all vertices.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Aug 2015 05:29:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050733#M487</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2015-08-19T05:29:20Z</dc:date>
    </item>
    <item>
      <title>ah, ok, thank you very much.</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050734#M488</link>
      <description>ah, ok, thank you very much. One more question, the PrimID Embree return is based on what exactly?</description>
      <pubDate>Thu, 20 Aug 2015 19:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050734#M488</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-20T19:34:00Z</dc:date>
    </item>
    <item>
      <title>"primID" refers to the n-th</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050735#M489</link>
      <description>&lt;P&gt;"primID"&amp;nbsp;refers to&amp;nbsp;the n-th primitive in&amp;nbsp;an object. "geomID" to the n-th object.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Aug 2015 09:30:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050735#M489</guid>
      <dc:creator>BenthinC_Intel</dc:creator>
      <dc:date>2015-08-23T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Thank you.</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050736#M490</link>
      <description>Thank you.</description>
      <pubDate>Sun, 23 Aug 2015 16:18:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/Displacement-map/m-p/1050736#M490</guid>
      <dc:creator>Al_N_</dc:creator>
      <dc:date>2015-08-23T16:18:04Z</dc:date>
    </item>
  </channel>
</rss>

