80 likes | 225 Views
Materials and Textures. CGDD 4113. Materials. Represent the base color of the object Diffuse – the falloff component Specular - shininess Ambient – to avoid complete darkness (simulate lights, subtle) Emit (Incandescence) – glowing (does not emit light though).
E N D
Materials and Textures CGDD 4113
Materials • Represent the base color of the object • Diffuse – the falloff component • Specular - shininess • Ambient – to avoid complete darkness (simulate lights, subtle) • Emit (Incandescence) – glowing (does not emit light though)
Adding a material to an object • First make sure Smooth Shading (5 key) is turned on, not wireframe (4 key) • Right-click on the selected object and hold. Then select Assign New Material. • For now, stick with Phong (pronounced “Fung”)
Modifying the material • Select the colors by clicking on the swatches • Adjust the strength with the sliders • Important to play around with these settings What the heck is that thing?
Textures • Can be: • Procedural – generated by a program (wood, marble, noise) • Images – like bmp, gif, tga, jpg… • Important! Textures are not used for their color alone • Can help describe the specular highlights • Can help describe the surface • Can help with several other things… • No. I still don’t know what it is…
Using Textures • The column with the checkerboards is where you load either procedural or image file • Each is independent from one another • Color is just a material • Transparency is a checkerboard • Bump is a fractal
A Look at Hypershade • Window->Rendering Editors->Hypershade • Can create new shaders (by starting with a base shader, like Phong) • Double-click for Workspace • Can see in AttributeChannel as well • Right-click to Renameor Assign to currentlyselected object