<?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 XML light examples in Intel® Embree Ray Tracing Kernels</title>
    <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788556#M61</link>
    <description>I've been attempting to figure out the xml format of the lights to no avail, my adjustments to the values for the most part do nothing or have unexpected results.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm mainly interested indirectionallight,distantlight, andpointlight, but haven't been able to figure out any of them.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any help on understanding how to create the lights for the xml files would be greatly appreciated.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
    <pubDate>Mon, 19 Mar 2012 09:13:27 GMT</pubDate>
    <dc:creator>jasonmerchant</dc:creator>
    <dc:date>2012-03-19T09:13:27Z</dc:date>
    <item>
      <title>XML light examples</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788556#M61</link>
      <description>I've been attempting to figure out the xml format of the lights to no avail, my adjustments to the values for the most part do nothing or have unexpected results.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm mainly interested indirectionallight,distantlight, andpointlight, but haven't been able to figure out any of them.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Any help on understanding how to create the lights for the xml files would be greatly appreciated.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Mar 2012 09:13:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788556#M61</guid>
      <dc:creator>jasonmerchant</dc:creator>
      <dc:date>2012-03-19T09:13:27Z</dc:date>
    </item>
    <item>
      <title>XML light examples</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788557#M62</link>
      <description>&lt;DIV&gt;Every light gets a transformation to position the light. In case of the spotlight, the spotlight is defined to shine in the z-direction of its local coordinate space.Try the following spotlight in the cornell_box_sphere.xml file as a starting point. It defines a spotlight shining into the negative y direction (3rd column of matrix is (0,-1,0)).&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPOTLIGHT&gt;&lt;/SPOTLIGHT&gt;&lt;/P&gt;

&lt;P&gt;
&lt;AFFINESPACE&gt;&lt;/AFFINESPACE&gt;&lt;/P&gt;

&lt;P&gt; 1 0 0 213&lt;/P&gt;

&lt;P&gt; 0 0 -1 508.77&lt;/P&gt;

&lt;P&gt; 0 1 0 227&lt;/P&gt;

&lt;P&gt;
&lt;/P&gt;

&lt;P&gt;
&lt;I&gt;5000000 5000000 5000000&lt;/I&gt;&lt;/P&gt;

&lt;P&gt;
&lt;ANGLEMIN&gt;10&lt;/ANGLEMIN&gt;&lt;/P&gt;

&lt;P&gt;
&lt;ANGLEMAX&gt;30&lt;/ANGLEMAX&gt;&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;P&gt;Due to the quadratic falloff, point lights and spotlights need often a large intensity.The parameters to all lights can be found in the file app/importers/xml.cpp in the loadXXXLight functions.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:42:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788557#M62</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2012-03-19T11:42:02Z</dc:date>
    </item>
    <item>
      <title>XML light examples</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788558#M63</link>
      <description>Thanks so much! it's making more sense now, and I've gotten a couple lights working.&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Would you be able to point me in the direction of where I could find what each number in the AffineSpace matrix is used for? I'm attempting to convert a light's rotation amount in degrees to this format.&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Mar 2012 22:20:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788558#M63</guid>
      <dc:creator>jasonmerchant</dc:creator>
      <dc:date>2012-03-21T22:20:59Z</dc:date>
    </item>
    <item>
      <title>XML light examples</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788559#M64</link>
      <description>See theloadSpotLight function on app/importers/xml.cpp. Most of the included lights are very symmetric, thus ignore some components of this matrix. The spotlight for instance, only cares about the position and a direction.</description>
      <pubDate>Thu, 22 Mar 2012 06:10:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788559#M64</guid>
      <dc:creator>SvenW_Intel</dc:creator>
      <dc:date>2012-03-22T06:10:12Z</dc:date>
    </item>
    <item>
      <title>XML light examples</title>
      <link>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788560#M65</link>
      <description>Did you manage to modify the files? &lt;A id="a" style="position: absolute; top: -191px;" class="none" href="http://www.jocurile.us/"&gt;joc&lt;/A&gt;</description>
      <pubDate>Wed, 27 Jun 2012 14:37:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Embree-Ray-Tracing-Kernels/XML-light-examples/m-p/788560#M65</guid>
      <dc:creator>profiled</dc:creator>
      <dc:date>2012-06-27T14:37:18Z</dc:date>
    </item>
  </channel>
</rss>

