User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kcmaterials [2017/05/19 16:34]
kcmaterials [2021/04/27 09:19] (current)
Line 1: Line 1:
 +====== Materials ======
 + 
 +
 +
 +===== PBR =====
 +----
 +
 +
 +//In SpeedTree 8 our materials have changed to Physical Based Rendering (PBR). The Modeler is reflecting realistic shading and lighting along with measured surface values to represent real-world materials//. Our assets now include these maps:\\
 +\\
 +
 +----
 +
 +**Albedo**\\ Otherwise known as the color map. This defines the color of the diffused light.{{ :colormaps.jpg?nolink |}} \\ \\
 +
 + **Opacity**\\ This map is the cut out of your material. The black value marks the negative, everything taken away. (Hint: You can get some convincingly aged leaves by a opacity map with a few holes in the inside.) {{ :opacity.jpg?nolink |}} \\ \\
 +
 + **Normal**\\ \\
 +
 +The normal map is used to provide physical detail to the surface by perturbing the facing direction, of each individual pixel. Contrasting the normal will allow you to control how much of the surfaces edges are exaggerated. \\ {{ :normalcompare.jpg?nolink |}} \\
 +
 + **Gloss**\\ {{ :gloss1.jpg?nolink |}}\\ {{ :glossytogether.jpg?nolink |}} \\ \\
 +
 +
 + **Specular**\\ \\
 +
 + **Metallic**\\ This map controls how "metal-like" your surface will be. Nonmetals have Metallic values of 0, metals have Metallic values of 1. For pure surfaces, such as pure metal, pure stone, pure plastic, etc. this value will be 0 or 1, not anything in between. When creating hybrid surfaces like corroded, dusty, or rusty metals, you may find that you need some value between 0 and 1.\\ {{ :metalic.jpg?nolink |}} \\ \\
 +
 + **Subsurface**\\ The Subsurface Color simulates shifts in color when light passes through the surface. On your leaves this will show with the light source shining directly through them. \\ {{ :sycamore_subsurface2.jpg?nolink |}} \\ \\
 +
 + **Subsurface amount**\\ This controls the amount of light coming through the material. Your values will be from 0 to 1. A very thin delicate petal for example would let most of the light pass through it and would be set at .9 . A thick leaf like a magnolia might be set at something like .2 as very little light come's through them. \\ {{ :subsurface_amount.jpg?nolink |}}\\
 +
 +
 + **Ambient occlusion (AO)**\\ This is used to help simulate the self-shadowing that happens within crevices of a surface. \\ {{ :editao.jpg?nolink&400 |}}\\
 +
 +
 +* **Custom space**\\ We wanted the user to have a full range of experiemental options so we've included a custom space to add in extra maps. <del>Some examples of maps you can use here are : ______________________________</del> \\ \\
 +----
 +
 +If you're looking for how to load and use assets, take a look at our [[kcmaterialsassetsbar|Material Asset]]  page