Color: This channel applies color, textured patterns, or images to the surface.

Slides:



Advertisements
Similar presentations
Shaders Information on Light, Shadows & Roughness.
Advertisements

Announcements Project 2 due today Project 3 out today –demo session at the end of class.
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean 5403 T-R 3:00pm – 4:20pm Lecture #12.
SE 313 – Computer Graphics Lecture 13: Lighting and Materials Practice Lecturer: Gazihan Alankuş 1.
1. What is Lighting? 2 Example 1. Find the cubic polynomial or that passes through the four points and satisfies 1.As a photon Metal Insulator.
Based on slides created by Edward Angel
1 Angel: Interactive Computer Graphics 5E © Addison-Wesley 2009 Shading I.
Business and Computing Deanery 3D Modelling Tools Week 8 Introduction to materials.
ARCH 481 3d Modeling and Rendering lecture four: texture maps.
Rendering view by view Presented By: HOSSAM M. ZAYED By: Darlene A. Brady Web Address: WWW. ArchitectureWeek.com Topic Number: 153 Date: 11 July 2001.
1 3D –graphics and animation Shading and Surface Characteristics Harri Airaksinen.
1 Angel: Interactive Computer Graphics 4E © Addison-Wesley 2005 Shading I Ed Angel Professor of Computer Science, Electrical and Computer Engineering,
Basic Rendering Techniques V Recognizing basic rendering techniques.
CS 480/680 Computer Graphics Shading I Dr. Frederick C Harris, Jr.
Guilford County Sci Vis V204.01
Computer Vision Spring ,-685 Instructor: S. Narasimhan PH A18B T-R 10:30am – 11:50am Lecture #13.
UFCEKT-20-33D Modelling and Animation 3D Modelling & Animation Materials and Textures Maps.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Modelling and Simulation Types of Texture Mapping.
Introducing To 3D Modeling George Atanasov Telerik Corporation
Textures and Maps MCC Computer Modelling Trimester 1 – 2015/2016.
Shading. What is Shading? Assigning of a color to a pixel in the final image. So, everything in shading is about how to select and combine colors to get.
Simulating the Physics of Pool using RenerMan ● Shaders and Texture Mapping ● Spherical Texture Maps ● Rotating the Balls ● Lighting ● Physics Equations.
Lecture 9: Lighting and Shading 1  Principles of Interactive Graphics  CMSCD2012  Dr David England, Room 718,  ex 2271
Advanced Computer Graphics Advanced Shaders CO2409 Computer Graphics Week 16.
PCB Soldering Inspection. Structured Highlight approach Structured Highlight method is applied to illuminating and imaging specular surfaces which yields.
CSE 381 – Advanced Game Programming GLSL Lighting.
Advanced Illumination Models Chapter 7 of “Real-Time Rendering, 3 rd Edition”
» Simulation of a Segway PT » NXT Color Sensor as a proximity sensor » Robot balances itself » Required skill level » Building: 3 out of 4 » Programming:
Properties of Reflective Waves Flat Mirrors. Light travels in a straight line Some light is absorbed Some light is redirected – “Reflected”
Shiny Materials Have one light source At line drawing stage have in mind which areas will be shiny. USE: White pencil (It will convey shimmer and soft.
Maya 8 at a Glance Chapter 4: Creating Textures. Shaders 2 Lambert: No highlights Phong: Distinct specular highlights Phong E: Greater controls for softer.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Course Introduction to virtual engineering Óbuda University John von Neumann Faculty of Informatics Institute of Applied Mathematics Lecture and laboratory.
Paint Effects.  Uses: paint brush strokes paint particle effects Traditional paint program ○ paint images on a canvas ○ paint repeatable textures that.
Elements of Art The elements of art are the building blocks used by artists to create a work of art.
Leonardo da Vinci: Light & Shadow Vocabulary. 1. Center : The middle point of anything. It is the same distance from the opposite. 2. Center of Interest.
RENDERING Introduction to Shading models – Flat and Smooth shading – Adding texture to faces – Adding shadows of objects – Building a camera in a program.
Material obtained from Summer workshop in Guildford County, July, 2014 Unit 6.
UNIT 1: WAVES Lesson 6 : Reflection of Waves. Reflection - when a wave bounces off of an object  Reflection is what allows you to see an object that.
Drawing structure Strategies for compelling images 1.
UV Mapping After a 3D object has been modeled it must be prepared for texturing. 3D surfaces can be “unwrapped” into a 2D representation with. This process.
Texture Is how a surface feels to the touch or how its looks. Texture appeals to sight and to the touch. Ribbed, crinkled, rough, and smooth are words.
CSCI 440.  So far we have learned how to  build shapes  create movement  change views  add simple lights  But, our objects still look very cartoonish.
Color: This channel applies color, textured patterns, or images to the surface.
WORKING WITH SELECTIONS MASKS and CHANNELS 3D IMAGES LAYER BASICS PHOTO.
OpenGL Shading. 2 Objectives Learn to shade objects so their images appear three-dimensional Introduce the types of light-material interactions Build.
Texture Coordinates CS418 Computer Graphics John C. Hart.
 Investigating the properties of a sample of matter gives you important clues about its nature and composition, or makeup.
What you can see Reflected and Transmitted Light.
MAN-522 Computer Vision Spring
How Light Travels & Interacts with objects
Rendering tools in 3DMax
Earth Science 1/4 20 Minerals – building block of rocks 4 components
Basic Rendering Techniques
Understanding Theory and application of 3D
TEXTURE.
Basic Rendering Techniques
Merle Norman Cosmetics, Los Angeles
TEXTURE.
Lighting.
Isaac Gang University of Mary Hardin-Baylor
Flat Mirrors.
Understanding Theory and application of 3D
Texture.
Announcements Project 3 out today demo session at the end of class.
Computer Animation Surface Materials.
3.3 How does light behave when it encounters different materials and surfaces? Name:__________________ Date:___________________ Block:______.
Presentation transcript:

Color: This channel applies color, textured patterns, or images to the surface.

Specular: This channel creates the highlights that appear on surfaces from reflected light. Some highlights are small and bright, like shiny metal, others are larger and duller like plastic.

Bump: This channel provides surface texture as most objects are not perfectly smooth. Bump requires a texture map or procedural shader of some sort. Darker areas can make an extrusion or depression on the surface. Rust ShaderTexture Map

Reflection: This will cause your object to show reflections of other objects on its surface. Reflection channel set on the floor object

Alpha: An alpha channel works similar to a mask in photoshop; black will block the image (making it invisible) and white will reveal the image. Using black and white images on an alpha channel allows you to create holes in objects.

By combing channels realistic objects and scenes can be created.

Demonstration project creating sample materials.