<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="/feed.php">
        <title>Documentation Center public:dson_spec:object_definitions:material</title>
        <description></description>
        <link>/</link>
        <image rdf:resource="/lib/tpl/dazdoccenter/images/favicon.ico" />
       <dc:date>2026-04-22T07:56:50+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="/public/dson_spec/object_definitions/material/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="/lib/tpl/dazdoccenter/images/favicon.ico">
        <title>Documentation Center</title>
        <link>/</link>
        <url>/lib/tpl/dazdoccenter/images/favicon.ico</url>
    </image>
    <item rdf:about="/public/dson_spec/object_definitions/material/start">
        <dc:format>text/html</dc:format>
        <dc:date>2022-06-10T15:19:06+00:00</dc:date>
        <title>material</title>
        <link>/public/dson_spec/object_definitions/material/start</link>
        <description>
&lt;h1 id=&quot;material&quot;&gt;material&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;/div&gt;

&lt;h2 id=&quot;description&quot;&gt;Description&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Definition of a material asset.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;parent_objects&quot;&gt;Parent Objects&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;ul&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;a href=&quot;/public/dson_spec/object_definitions/daz/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:daz:start&quot;&gt;DAZ&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;/div&gt;

&lt;h2 id=&quot;properties&quot;&gt;Properties&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;div class=&quot;table sectionedit1&quot;&gt;&lt;table class=&quot;inline&quot;&gt;
	&lt;thead&gt;
	&lt;tr class=&quot;row0&quot;&gt;
		&lt;th class=&quot;col0&quot;&gt; Name &lt;/th&gt;&lt;th class=&quot;col1&quot;&gt; Description &lt;/th&gt;&lt;th class=&quot;col2&quot;&gt; Default &lt;/th&gt;&lt;th class=&quot;col3&quot;&gt; Required &lt;/th&gt;
	&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tr class=&quot;row1&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; id &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the unique identifier for this asset within current file scope. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; yes &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row2&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; name &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the internal name of the material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row3&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; label &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the user-readable default label. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row4&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; source &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the &lt;abbr title=&quot;Uniform Resource Identifier&quot;&gt;URI&lt;/abbr&gt; of the material asset that this asset was derived from, if any. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; “” &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row5&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; uv_set &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing the &lt;abbr title=&quot;Uniform Resource Identifier&quot;&gt;URI&lt;/abbr&gt; of a &lt;a href=&quot;/public/dson_spec/object_definitions/uv_set/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:uv_set:start&quot;&gt;uv_set&lt;/a&gt; asset that should be active for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row6&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; type &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A string representing a hint for the receiving application about what type of shader to use (i.e. glass, metal, plastic, skin). &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; None &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row7&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; diffuse &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the diffuse for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row8&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; diffuse_strength &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the diffuse for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row9&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; specular &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the specular for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row10&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; specular_strength &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the specular for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row11&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; glossiness &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the glossiness for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 1.0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row12&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; ambient &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the ambient for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row13&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; ambient_strength &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the ambient for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row14&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; reflection &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the reflection for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row15&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; reflection_strength &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the reflection for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row16&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; refraction &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the refraction for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row17&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; refraction_strength &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the refraction for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row18&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; ior &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the index of refraction for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0.0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row19&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; bump &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the bump for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row20&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; bump_min &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the bump min &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; -0.01 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row21&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; bump_max &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the bump max &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0.01 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row22&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; displacement &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the displacement for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row23&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; displacement_min &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the displacement min &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; -0.01 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row24&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; displacement_max &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the displacement max &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0.01 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row25&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; transparency &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the transparency for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row26&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; normal &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the normal map for this material. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row27&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; u_offset &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the UV coordinate offset in the u direction. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0.0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row28&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; u_scale &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the UV coordinate scale in the u direction. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 1.0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row29&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; v_offfset &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the UV coordinate offset in the v direction. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 0.0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row30&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; v_scale &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; A &lt;a href=&quot;/public/dson_spec/object_definitions/material_channel/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_channel:start&quot;&gt;material_channel&lt;/a&gt; defining the UV coordinate scale in the v direction. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; 1.0 &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
	&lt;tr class=&quot;row31&quot;&gt;
		&lt;td class=&quot;col0&quot;&gt; extra &lt;/td&gt;&lt;td class=&quot;col1&quot;&gt; An array of objects that represent additional application-specific information for this object. &lt;/td&gt;&lt;td class=&quot;col2&quot;&gt; N/A &lt;/td&gt;&lt;td class=&quot;col3&quot;&gt; no &lt;/td&gt;
	&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;!-- EDIT1 TABLE [190-3505] --&gt;
&lt;/div&gt;

&lt;h2 id=&quot;details&quot;&gt;Details&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Most of the fields in this definition are default values that may be overridden via a &lt;a href=&quot;/public/dson_spec/object_definitions/material_instance/start&quot; class=&quot;wikilink1&quot; title=&quot;public:dson_spec:object_definitions:material_instance:start&quot;&gt;material_instance&lt;/a&gt;.
&lt;/p&gt;

&lt;/div&gt;

&lt;h2 id=&quot;example&quot;&gt;Example&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;
&lt;pre class=&quot;code&quot;&gt;{
    &amp;quot;id&amp;quot; : &amp;quot;bumpglass&amp;quot;,
    &amp;quot;label&amp;quot; : &amp;quot;BumpyGlass&amp;quot;,
    &amp;quot;type&amp;quot; : &amp;quot;glass&amp;quot;,
    &amp;quot;diffuse&amp;quot; : material_channel,
    &amp;quot;diffuse_strength&amp;quot; : material_channel,
    &amp;quot;specular&amp;quot; : material_channel,
    &amp;quot;specular_strength&amp;quot; : material_channel,
    &amp;quot;glossiness&amp;quot; : material_channel,
    &amp;quot;ambient&amp;quot;: material_channel,
    &amp;quot;reflection&amp;quot; : material_channel,
    &amp;quot;refraction&amp;quot; : material_channel,
    &amp;quot;ior&amp;quot; : material_channel,
    &amp;quot;bump&amp;quot; : material_channel,
    &amp;quot;bump_min&amp;quot; : material_channel,
    &amp;quot;bump_max&amp;quot; : material_channel,
    &amp;quot;transparency&amp;quot; : material_channel
}&lt;/pre&gt;

&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
