content/hifi-public/sam/MaterialExportGuide/older versions/Material Export Guide-15-3-9.html
Dale Glass 0d14e5a379 Initial data.
Needs a lot of cleanup. Data has been de-duplicated, and where identical copies existed, one of them
has been replaced with a symlink.

Some files have been excluded, such as binaries, installers and debug dumps. Some of that may still
be present.
2022-02-13 18:59:11 +01:00

535 lines
No EOL
20 KiB
HTML

<html><head><title>Material Export Guide</title><meta charset="UTF-8"><link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Crimson+Text:400,400italic,700,700italic|Roboto:400,700,700italic,400italic"><style>/*
* Copyright 2014 Quip
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may obtain
* a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations
* under the License.
*/
body {
font-size: 15px;
color: #333;
background: #fff;
padding: 60px 95px;
max-width: 900px;
margin: 0 auto;
text-rendering: optimizeLegibility;
font-feature-settings: "kern";
font-kerning: normal;
-moz-font-feature-settings: "kern";
-webkit-font-feature-settings: "kern";
}
/* Headings */
h1, h2, h3, th {
font-family: Roboto, sans-serif;
font-weight: 700;
margin: 0;
margin-top: 1.25em;
margin-bottom: 0.75em;
}
h1 {
font-size: 35px;
line-height: 42px;
}
h1:first-child {
margin-top: 0;
}
h2 {
font-size: 18px;
line-height: 22px;
}
h3 {
text-transform: uppercase;
font-size: 13px;
line-height: 16px;
}
/* Body text */
body, p, ul, ol, td {
font-family: 'Crimson Text', serif;
font-size: 16px;
line-height: 20px;
}
blockquote, q {
display: block;
margin: 1em 0;
font-style: italic;
}
blockquote a, q a {
text-decoration: underline;
}
blockquote {
padding-left: 10px;
border-left: 4px solid #a6a6a6;
}
q {
color: #a6a6a6;
line-height: 40px;
font-size: 24px;
text-align: center;
quotes: none;
}
q a {
color: #a6a6a6;
}
code, pre {
font-family: Consolas, "Liberation Mono", Menlo, "Courier Prime Web", Courier, monospace;
background: #f3f3f3;
}
code {
padding: 1px;
margin: 0 -1px;
border-radius: 3px;
}
pre {
display: block;
line-height: 20px;
text-shadow: 0 1px white;
padding: 5px 5px 5px 30px;
white-space: nowrap;
position: relative;
margin: 1em 0;
}
pre:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 15px;
border-left: solid 1px #dadada;
}
/* Lists */
div[data-section-style="5"],
div[data-section-style="6"],
div[data-section-style="7"] {
margin: 12px 0;
}
ul {
padding: 0 0 0 40px;
}
ul li {
margin-bottom: 0.4em;
}
/* Bulleted list */
div[data-section-style="5"] ul {
list-style-type: disc;
}
div[data-section-style="5"] ul ul {
list-style-type: circle;
}
div[data-section-style="5"] ul ul ul {
list-style-type: square;
}
div[data-section-style="5"] ul ul ul ul {
list-style-type: disc;
}
div[data-section-style="5"] ul ul ul ul ul {
list-style-type: circle;
}
div[data-section-style="5"] ul ul ul ul ul ul {
list-style-type: square;
}
/* Numbered list */
div[data-section-style="6"] ul {
list-style-type: decimal;
}
div[data-section-style="6"] ul ul {
list-style-type: lower-alpha;
}
div[data-section-style="6"] ul ul ul {
list-style-type: lower-roman;
}
div[data-section-style="6"] ul ul ul ul {
list-style-type: decimal;
}
div[data-section-style="6"] ul ul ul ul ul {
list-style-type: lower-alpha;
}
div[data-section-style="6"] ul ul ul ul ul ul {
list-style-type: lower-roman;
}
/* Checklist */
div[data-section-style="7"] ul {
list-style-type: none;
}
div[data-section-style="7"] ul li:before {
content: "\2610";
position: absolute;
display: inline;
margin-right: 1.2em;
margin-left: -1.2em;
}
div[data-section-style="7"] ul li.parent:before {
content: "";
}
div[data-section-style="7"] ul li.parent {
font-weight: bold;
}
div[data-section-style="7"] ul li.checked {
text-decoration: line-through;
}
div[data-section-style="7"] ul li.checked:before {
content: "\2611";
text-decoration: none;
}
/* Tables */
div[data-section-style="8"] {
margin: 12px 0;
}
table {
border-spacing: 0;
border-collapse: separate;
border: solid 1px #7c7c7c;
box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
table-layout: fixed;
position: relative;
}
table th, table td {
padding: 2px 2px 0;
min-width: 1.5em;
word-wrap: break-word;
}
table th {
border-bottom: 1px solid #ccc;
background: #f0f0f0;
font-weight: bold;
vertical-align: bottom;
color: #3a4449;
text-align: center;
}
table td {
padding-top: 0;
border-left: 1px solid #e1e1e1;
border-top: 1px solid #e1e1e1;
vertical-align: top;
}
table td:first-child {
border-left: hidden;
}
table tr:first-child td {
border-top: hidden;
}
/* Images */
div[data-section-style="11"] {
margin-top: 20px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}
div[data-section-style="11"][data-section-float="0"] {
clear: both;
text-align: center;
}
div[data-section-style="11"][data-section-float="1"] {
float: left;
clear: left;
margin-right: 20px;
}
div[data-section-style="11"][data-section-float="2"] {
float: right;
clear: right;
margin-left: 20px;
}
div[data-section-style="11"] img {
display: block;
max-width: 100%;
height: auto;
margin: auto;
}
hr {
width: 70px;
margin: 20px auto;
}
</style></head><body><h1 id='EIaACAXeCIm'>Material Export Guide</h1>
<div data-section-style='13'><table id='EIaACA8M58h' title='Table4' style='width: 87.8em;'><thead><tr><th id='EIaACAcFeMG' style='width: 24em'>HIFI Material Properties
<br/></th><th id='EIaACAJm24N' style='width: 25.8em'>FBX Fields
<br/></th><th id='EIaACAN033P' style='width: 18.5333em'>Software UI
<br/></th><th id='EIaACAsT4Ct' style='width: 19.4667em'>Comment
<br/></th></tr></thead><tbody><tr id='EIaACAsFfbA'><td id='EIaACAXvx8P' style='background-color:#70B1E5;' class='bold'>Hifi Albedo Color &amp; Map
<br/></td><td id='EIaACA48oJZ' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAHX4Hj' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAF2JWJ' style='background-color:#70B1E5;'>
<br/></td></tr><tr id='EIaACA6atZ7'><td id='EIaACAAhmug' style='background-color:#A1A1A1;'>Blender
<br/></td><td id='EIaACAKwooN' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAzjwM4' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAifJHe' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAijX6v'><td id='EIaACA2LGZ2' style=''>Albedo = DiffuseColor * DiffuseFactor
<br/></td><td id='EIaACA1Hmqg' style=''>DiffuseColor= Blender.DiffuseColor<br>DiffuseFactor= Blender.DiffuseIntensity
<br/></td><td id='EIaACANdIh0' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/O4RTC66mCNRRJQyL4KR-Gw?a=aBz5saU1kPKRovpAeIHGT2JCQy1yS7lyW80djRTyDK8a' id='EIaACANdIh0' alt=''></img></span></td><td id='EIaACAAKnkd' style=''><br>
<br/></td></tr><tr id='EIaACAqVnFo'><td id='EIaACAPmleU' style=''>AlbedoMap = Tex.Mat.DiffuseColor<br>
<br/></td><td id='EIaACAPss4S' style=''>Tex.Mat.DiffuseColor: Blender.Texture.Diffuse.Color
<br/></td><td id='EIaACAaRo8u' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/OHxZHppGGVH9Gdz0QhpR_A?a=2pDsxcamRUTYnexaJdiQMFlKUjayfRZ52PNNdvtxlMoa' id='EIaACAaRo8u' alt=''></img></span></td><td id='EIaACAdXS8i' style=''>
<br/></td></tr><tr id='EIaACAgPUl1'><td id='EIaACAgZuZU' style='background-color:#A1A1A1;'>Maya
<br/></td><td id='EIaACAHL2KN' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAkPcC9' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACARC4tP' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAHf3v3'><td id='EIaACAjxOD6' style=''>Albedo = DiffuseColor * DiffuseFactor
<br/></td><td id='EIaACAW515u' style=''>DiffuseColor = Maya.Color<br>DiffuseFactor = Maya.Diffuse<br>Diffuse = Maya.Color * Maya.Diffuse
<br/></td><td id='EIaACAidSbB' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/ziu_BkSBvYIrXFgnli022A?a=ANxrFtundmeMYcI0PZSCdWRnlHanblMKC0TiMCEl7o4a' id='EIaACAidSbB' alt=''></img></span></td><td id='EIaACAHUL1P' style=''>
<br/></td></tr><tr id='EIaACAGe3fW'><td id='EIaACAHGCjk' style=''>Albedo = DiffuseColor * DiffuseFactor<br>AlbedoMap = Tex.Mat.DiffuseFactor
<br/></td><td id='EIaACAgLbL2' style=''>DiffuseColor = Maya.Color<br>DiffuseFactor = 0.5<br>Tex.Mat.DiffuseFactor = Maya.Diffuse.Texture
<br/></td><td id='EIaACA5SBz0' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/Oi9eWdZhee4uaVwIWfJzMw?a=oHMuVUVGmpzwwtqz7YvGSmH7URwa6V5CZWaCNThe5tUa' id='EIaACA5SBz0' alt=''></img></span></td><td id='EIaACATTZwJ' style=''>Texture and Diffuse Color are blended
<br/></td></tr><tr id='EIaACAXQeZ0'><td id='EIaACAtcf38' style=''>Albedo = DiffuseColor * DiffuseFactor<br>AlbedoMap = Tex.Mat.DiffuseColor
<br/></td><td id='EIaACAHM8Kr' style=''>DiffuseColor = Vec3(1.0)<br>DiffuseFactor = Maya.Diffuse<br>Tex.Mat.DiffuseColor = Maya.Color.Texture
<br/></td><td id='EIaACAeoJUV' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/zc4HDlD4JmRqlcJbRYTc-Q?a=B2H7QcBYwzXbPvaK8rT4mOoT8wgHLwqLfFWkZsttnsoa' id='EIaACAeoJUV' alt=''></img></span></td><td id='EIaACAFQfYN' style=''>Albedo Color is always exactly the Texture map color
<br/></td></tr><tr id='EIaACARgGyO'><td id='EIaACAQEzZX' style=''>
<br/></td><td id='EIaACAwFKyl' style=''>
<br/></td><td id='EIaACACOHYi' style=''>
<br/></td><td id='EIaACAKVlRV' style=''>
<br/></td></tr><tr id='EIaACAAftKF'><td id='EIaACATzUWo' style='background-color:#70B1E5;' class='bold'>Hifi Emissive Color &amp; Map
<br/></td><td id='EIaACAvfera' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAGEa0f' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAtxHtd' style='background-color:#70B1E5;'>
<br/></td></tr><tr id='EIaACAnbTts'><td id='EIaACAnGMLE' style='background-color:#A1A1A1;'>Blender
<br/></td><td id='EIaACAjISg6' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAO9pWD' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACATrwV4' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAemxqj'><td id='EIaACAY61pC' style=''>Emissive = EmissiveColor * EmissiveFactor
<br/></td><td id='EIaACAamDsY' style=''>EmissiveColor = Blender.Diffuse.Color<br>EmissiveFactor = Blender.Shading.Emit
<br/></td><td id='EIaACAAckQL' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/UQECvITQ590E3kdUzv2Ocg?a=KsVa6qV6zYOBFNxPUURJ4jZac6T27YJA4nfTmyqJAiga' id='EIaACAAckQL' alt=''></img></span></td><td id='EIaACAuZzD4' style=''>Emissive Color is always the Diffuse Color<br>Shading Emit controls the Emissive Factor so it MUST be assigned correctly
<br/></td></tr><tr id='EIaACAF3bdW'><td id='EIaACAjPyAW' style=''>EmissiveMap = Tex.Mat.EmissiveFactor<br>Emissive = NOT USED
<br/></td><td id='EIaACAkBH4Z' style=''>EmissiveColor = Blender.Diffuse.Color<br>EmissiveFactor = Blender.Shading.Emit<br>Tex.Mat.EmissiveFactor = Blender.Texture.Shading.Emit
<br/></td><td id='EIaACAmvG7h' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/q4Z8vlKX25COPP0o5T6wwQ?a=KxjnhEIEUijbyiaxXnMM9f7HmsNGCaQWcXMBMqvwIYUa' id='EIaACAmvG7h' alt=''></img></span></td><td id='EIaACAvQbMw' style=''>
<br/></td></tr><tr id='EIaACADED5g'><td id='EIaACALPzoZ' style='background-color:#A1A1A1;'>Maya
<br/></td><td id='EIaACAO6YcQ' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAfz7QG' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACADeRTE' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAm8leE'><td id='EIaACAA6RtW' style=''>Emissive = EmissiveColor
<br/></td><td id='EIaACAEqPTd' style=''>EmissiveColor = Maya.IncandescenceColor<br>
<br/></td><td id='EIaACAAM52d' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/EzkCAAZnuG7Uh1zJ79i2qg?a=qQGKSjqa0ZD3ryQWeiWaWJWHewMbZVvLBaUVZDgXiZAa' id='EIaACAAM52d' alt=''></img></span></td><td id='EIaACA6ji3s' style=''>
<br/></td></tr><tr id='EIaACAZEabi'><td id='EIaACAeYFhT' style=''><br>EmissiveMap = Tex.Mat.EmissiveFactor<br>Emissive = NOT USED
<br/></td><td id='EIaACAPzGy2' style=''>EmissiveColor = Vec3(0.5)<br>Tex.Mat.EmissiveColor = Maya.Incandescence.Texture
<br/></td><td id='EIaACAUtdFB' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/rzDz0TilA1ld42xHym5Ayw?a=aZbLAEkvfsOubZRaZj336a8TwtQGWPQZW4ivB3L7GHUa' id='EIaACAUtdFB' alt=''></img></span></td><td id='EIaACA0rNDP' style=''>
<br/></td></tr><tr id='EIaACA3KB1M'><td id='EIaACAPHJZu' style=''>
<br/></td><td id='EIaACAXFzdT' style=''>
<br/></td><td id='EIaACA2P0Sq' style=''>
<br/></td><td id='EIaACAq7HP2' style=''>
<br/></td></tr><tr id='EIaACAPXvKv'><td id='EIaACAMLxk1' style='background-color:#70B1E5;' class='bold'>Hifi Roughness Value &amp; Map
<br/></td><td id='EIaACAaVX2Q' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAnfTfp' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACA8KHxC' style='background-color:#70B1E5;'>
<br/></td></tr><tr id='EIaACARfZnK'><td id='EIaACAduuWU' style='background-color:#A1A1A1;'>Blender
<br/></td><td id='EIaACA6PtHT' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACA0oKwf' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAbFw8q' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACA7b185'><td id='EIaACAeiIrZ' style=''>Roughness = 1 - Shininess / 100
<br/></td><td id='EIaACAoEJxz' style=''>Shininess = Hardness * 100 / 512
<br/></td><td id='EIaACASrAYu' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/lr3sGWTodJnZjabjRktAZg?a=awqJu86yGZKpVn27JIpOOhY93h6Aaeclmoo13zUPrEEa' id='EIaACASrAYu' alt=''></img></span></td><td id='EIaACAWfNh6' style=''>
<br/></td></tr><tr id='EIaACAaRdsl'><td id='EIaACATOCN3' style=''>RoughnessMap = monochrome(1 - Tex.Mat.ShininessExponent)<br>Roughness = NOT USED
<br/></td><td id='EIaACAUYans' style=''>Shininess = Hardness * 100 / 512<br>Tex.Mat.ShininessExponent = Blender.Texture.Specular.Hardness
<br/></td><td id='EIaACAohXIw' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/CgdZZBxMOlb6ReQOx3ZcRg?a=XTEmlcaIlMlQiwxCwnOaxVpVYzWG6nZakBGcuhalQxUa' id='EIaACAohXIw' alt=''></img></span></td><td id='EIaACAOLyNx' style=''>
<br/></td></tr><tr id='EIaACARJdp9'><td id='EIaACA64l4v' style='background-color:#A1A1A1;'>Maya
<br/></td><td id='EIaACAZaFZY' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACASAyTu' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACABJTpC' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAQJCU8'><td id='EIaACA5GCdK' style=''>Roughness = 1 - Shininess / 100
<br/></td><td id='EIaACAnULSt' style=''>Shininess = Maya.CosinePower
<br/></td><td id='EIaACAWgPFZ' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/BR-XgIA5BqoSAY6OY16gxA?a=74qbVl2gVOBRsw4k17B8PpGQXwTmxwrOfY1ISPNUfZca' id='EIaACAWgPFZ' alt=''></img></span></td><td id='EIaACAezzZO' style=''>
<br/></td></tr><tr id='EIaACAGWqwA'><td id='EIaACA4Dpno' style=''>RoughnessMap = monochrome(1 - Tex.Mat.ShininessExponent)<br>Roughness = NOT USED
<br/></td><td id='EIaACAqwoKY' style=''>Shininess = 20<br>Tex.Mat.ShininessExponent = Maya.SpecularPower.Texture
<br/></td><td id='EIaACAKB2nz' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/F_IxK3gbyYmnpcD0YwRgdA?a=DKzzZ9YgfMMU4qE1iIWpMUuXU8ZWD1xT8lVaYwoabVEa' id='EIaACAKB2nz' alt=''></img></span></td><td id='EIaACArenvw' style=''>
<br/></td></tr><tr id='EIaACAl3mMW'><td id='EIaACAyH1K9' style=''>
<br/></td><td id='EIaACASo0Y6' style=''>
<br/></td><td id='EIaACAYHJsa' style=''>
<br/></td><td id='EIaACA70qiz' style=''>
<br/></td></tr><tr id='EIaACAFEzo5'><td id='EIaACAkagQa' style='background-color:#70B1E5;' class='bold'>Hifi Metallic Value &amp; Map
<br/></td><td id='EIaACAMki9E' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAKjSgk' style='background-color:#70B1E5;'>
<br/></td><td id='EIaACAZQkGN' style='background-color:#70B1E5;'>
<br/></td></tr><tr id='EIaACAC4Qag'><td id='EIaACArdQrM' style='background-color:#A1A1A1;'>Blender
<br/></td><td id='EIaACAQz3BO' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAzbLJc' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAA66wd' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAdfl0H'><td id='EIaACAe2Ltl' style=''>Metallic = maxCoord(SpecularColor)
<br/></td><td id='EIaACATzx7c' style=''>SpecularColor = Blender.Specular.Color<br>SpecularFactor = 0.5 * Blender.Specular.Intensity
<br/></td><td id='EIaACAwNdVy' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/qI4VGSrlou6vAI-F7N5vEg?a=RzPWpYUuRnGGWz6FbvRIbEPKqEkEjXSeV83YGXZ6cDIa' id='EIaACAwNdVy' alt=''></img></span></td><td id='EIaACAggQLa' style=''>
<br/></td></tr><tr id='EIaACAJu04Z'><td id='EIaACAu8Yhy' style=''>MetallicMap = monochrome(Tex.Mat.SpecularColor)<br>Metallic= NOT USED
<br/></td><td id='EIaACAu3Wzo' style=''>SpecularColor = Blender.Specular.Color<br>SpecularFactor = 0.5 * Blender.Specular.Intensity<br>Tex.Mat.SpecularColor = Blender.Texture.Specular.Color
<br/></td><td id='EIaACAx351S' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/FDxmR-CIEyD5gEXyhA2JLA?a=9Q3vbmKtWiJPP6p4EESUqu9cK2aRBlJVNWhqKVp8BlIa' id='EIaACAx351S' alt=''></img></span></td><td id='EIaACAlbwY5' style=''>
<br/></td></tr><tr id='EIaACAYmZzG'><td id='EIaACAaJaVR' style=''>MetallicMap = monochrome(Tex.Mat.SpecularFactor)<br>Metallic= NOT USED
<br/></td><td id='EIaACA1dmbk' style=''>SpecularColor = Blender.Specular.Color<br>SpecularFactor = 0.5 * Blender.Specular.Intensity<br>Tex.Mat.SpecularFactor = Blender.Texture.Specular.Intensity
<br/></td><td id='EIaACA9JduA' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/03x7VXA2EnLCct1OEHFRIg?a=Oglf1OIUr0JwapxNa2xACJEax5dIsSjIg3mWrganb88a' id='EIaACA9JduA' alt=''></img></span></td><td id='EIaACAnLY2M' style=''>
<br/></td></tr><tr id='EIaACANtqnj'><td id='EIaACAbYG0X' style='background-color:#A1A1A1;'>Maya
<br/></td><td id='EIaACAIVUvm' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACA6AWTo' style='background-color:#A1A1A1;'>
<br/></td><td id='EIaACAKUEOa' style='background-color:#A1A1A1;'>
<br/></td></tr><tr id='EIaACAcqV9T'><td id='EIaACASy85g' style=''>Metallic = maxCoord(SpecularColor)
<br/></td><td id='EIaACAAycYo' style=''>SpecularColor = Maya.SpecularColor
<br/></td><td id='EIaACAhm0re' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/di1_5XwteC3hiu2Lv3BI0Q?a=vU8v5iEgl9o8daB5bJrmfmpLjcClvu62DHDFZzlLl6Ya' id='EIaACAhm0re' alt=''></img></span></td><td id='EIaACA6zsy1' style=''>
<br/></td></tr><tr id='EIaACABSQyb'><td id='EIaACA7Zu8L' style=''>MetallicMap = monochrome(Tex.Mat.SpecularColor)<br>Metallic = NOT USED
<br/></td><td id='EIaACAUymBF' style=''>SpecularColor = Vec3(0.5)<br>Tex.Mat.SpecularColor = Maya.SpecularColor.Texture
<br/></td><td id='EIaACAw6FOv' style=''><span data-section-style='11' style='max-width:37%'><img src='https://quip.com/blob/EIaAAARXjnL/7c4ikbGhgkfezpq6eB_MpA?a=d6eNDJi3QF02yMb8HNT4OaIiCD6EaW02s7eaf2zx5f8a' id='EIaACAw6FOv' alt=''></img></span></td><td id='EIaACAty2Zy' style=''>
<br/></td></tr></tbody></table></div><br/>
<br/>
<br/>
<br/>
</body></html>