<?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 tessellated subd with interpolated limit surface normals in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169845#M808</link>
    <description>&lt;P&gt;Is it possible&amp;nbsp;to&amp;nbsp;interpolate the subd&amp;nbsp;limit surface normals on the tessellated&amp;nbsp;mesh? I know I can provide&amp;nbsp;normals to the subd base mesh verts, but ideally I would like to interpolate the true limit surface normals&amp;nbsp;if possible. Or if there is a better way to achieve this result please let me know, thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 14 Mar 2019 15:10:08 GMT</pubDate>
    <dc:creator>Burr__Adam</dc:creator>
    <dc:date>2019-03-14T15:10:08Z</dc:date>
    <item>
      <title>tessellated subd with interpolated limit surface normals</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169845#M808</link>
      <description>&lt;P&gt;Is it possible&amp;nbsp;to&amp;nbsp;interpolate the subd&amp;nbsp;limit surface normals on the tessellated&amp;nbsp;mesh? I know I can provide&amp;nbsp;normals to the subd base mesh verts, but ideally I would like to interpolate the true limit surface normals&amp;nbsp;if possible. Or if there is a better way to achieve this result please let me know, thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:10:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169845#M808</guid>
      <dc:creator>Burr__Adam</dc:creator>
      <dc:date>2019-03-14T15:10:08Z</dc:date>
    </item>
    <item>
      <title>Maybe I can do this with</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169846#M809</link>
      <description>&lt;P&gt;Maybe I can&amp;nbsp;do this with rtcSetGeometryDisplacementFunction? Ie, setup a&amp;nbsp;vertex attribute&amp;nbsp;buffer for the normals and write the geometric normal into it in the&amp;nbsp;RTCDisplacementFunctionN? But it isn't&amp;nbsp;obvious to me if the RTCDisplacementFunctionN can write anything other than the position.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 15:55:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169846#M809</guid>
      <dc:creator>Burr__Adam</dc:creator>
      <dc:date>2019-03-14T15:55:39Z</dc:date>
    </item>
    <item>
      <title>No there is no way of doing</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169847#M810</link>
      <description>&lt;P&gt;No there is no way of doing this as the tessellated mesh is opaque to the user. Either you can use rtcInterpolate to calculate the smooth subdiv surface normal, or tessellate the subdivmesh yourself (e.g. through OpenSubDiv or using the Embree subdiv mesh and rtcInterpolate function) and then attach vertex normals.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 17:30:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169847#M810</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2019-03-14T17:30:59Z</dc:date>
    </item>
    <item>
      <title>I found the ENABLE_SMOOTH</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169848#M811</link>
      <description>&lt;P&gt;Thanks, I found&amp;nbsp;the ENABLE_SMOOTH_NORMALS code&amp;nbsp;in&amp;nbsp;displacement_geometry, I'll try that method. Eventually I plan to switch to openSubdiv but it isn't the highest priority quite yet.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2019 18:12:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/tessellated-subd-with-interpolated-limit-surface-normals/m-p/1169848#M811</guid>
      <dc:creator>Burr__Adam</dc:creator>
      <dc:date>2019-03-14T18:12:00Z</dc:date>
    </item>
  </channel>
</rss>

