Maya 8 at a Glance Chapter 4: Creating Textures. Shaders 2 Lambert: No highlights Phong: Distinct specular highlights Phong E: Greater controls for softer.

Slides:



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

Shaders Information on Light, Shadows & Roughness.
03/16/2009Dinesh Manocha, COMP770 Texturing Surface’s texture: its look & feel Graphics: a process that takes a surface and modifies its appearance using.
Advanced Rendering MATERIALS, POSTEFFECTS AND SCENE COMPOSITION GDC
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
Chapter 2: Time and Space Lecturer: Norhayati Mohd Amin.
 Engineering Graphics & Introductory Design 3D Graphics and Rendering REU Modeling Course – June 13 th 2014.
COMPUTER GRAPHICS CS 482 – FALL 2014 OCTOBER 6, 2014 TEXTURE MAPPING TEXTURES BUMP MAPPING ENVIRONMENT MAPPING PROCEDURAL TEXTURING.
Business and Computing Deanery 3D Modelling Week 4 Materials.
Business and Computing Deanery 3D Modelling Tools Week 8 Introduction to materials.
ARCH 481 3d Modeling and Rendering lecture four: texture maps.
Business and Computing Deanery Multimedia Week 21 Materials.
(conventional Cartesian reference system)
Status – Week 277 Victor Moya.
Shading Adding Color Lambert’s law n L  Light a point in any direction varies as the cosine of the angle between a vector from the point to the light.
1 3D –graphics and animation Shading and Surface Characteristics Harri Airaksinen.
Shading, Surfaces & Textures
TEXTURING GRIME Ellen Thornburg. Why? Objects in the world are not perfect. When creating three dimensional models, the inclusion of dirt is an item’s.
Basic Rendering Techniques V Recognizing basic rendering techniques.
Guilford County Sci Vis V204.01
SET09115 Intro Graphics Programming
UFCEKT-20-33D Modelling and Animation 3D Modelling & Animation Materials and Textures Maps.
Computer Graphics: Programming, Problem Solving, and Visual Communication Steve Cunningham California State University Stanislaus and Grinnell College.
Shading (introduction to rendering). Rendering  We know how to specify the geometry but how is the color calculated.
Matte Painting 2.5D Environment Milestone 3 March 2009 Øyvind Lien.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10: Computer Graphics Computer Science: An Overview Tenth Edition.
Modelling and Simulation Types of Texture Mapping.
Computer Visualization BIM Curriculum 03. Topics  History  Computer Visualization Methods  Visualization Workflow  Technology Background.
Shader Graphs. Toy Story, Pixar First computer generated, full length film. Phong Reflectance Model.
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.
Main Navigation  Similar to Unity 3D  Unlike Unity it is a right handed coordinate system  Used to determines whether a positive rotation is clockwise.
Introduction to Computer Aided Modeling Instructor: Brent Rossen CGS 3220 Lecture 4 Shaders, Textures, and Light.
Business and Computing Deanery 3D Modelling Tools Week 18 More on materials.
Module Code: CU1025NI 3D Modelling and Animation Basics Week - 2.
CGDD 4113 POLYGONAL TEXTURING. UV COORDINATES (AKA TEXTURE COORDINATES) (0, 0)(1, 0) (1, 1)(0, 1) (1, 1)(0, 1) (0, 0)(1, 0) Polygon to be textured.
BUMP-MAPPING SET09115 Intro to Graphics Programming.
UV Unwrapping & Texturing a Human Head
Paint Effects.  Uses: paint brush strokes paint particle effects Traditional paint program ○ paint images on a canvas ○ paint repeatable textures that.
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.
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.
Visual Appearance Chapter 4 Tomas Akenine-Möller Department of Computer Engineering Chalmers University of Technology.
Color: This channel applies color, textured patterns, or images to the surface.
TRANSPARENCY USING ALPHA CHANNELS. IN PHOTOSHOP MAKE AN IMAGE 512 X 512 RGB, WITH WHITE BACKGROUND ADD AN ALPHA CHANNEL.
1© 2009 Autodesk Hardware Shade – Presenting Your Designs Hardware and Software Shading HW Shade Workflow Tessellation Quality Settings Lighting Settings.
Illumination and Shading Prof. Lizhuang Ma Shanghai Jiao Tong University.
Compositing and Rendering

Character Design for Animation and Games
Substance Painter - Basics
Basic Rendering Techniques
ATEC Procedural Animation
ATCM 3310 Procedural Animation
Understanding Theory and application of 3D
Basic Rendering Techniques
Basics Texture Map Setup
DGMD45: Introduction to 3D Art and Animation
Introduction to 3D Art and Animation
Selective material rendering
Procedural Animation Lecture 6: Mapping
ATCM 6317 Procedural Animation
Introduction to 3D Art and Animation
Introduction to 3D Art and Animation
Introduction to 3D Art and Animation
Character Design for Animation and Games
Understanding Theory and application of 3D
Illumination and Shading
Computer Animation Surface Materials.
Presentation transcript:

Maya 8 at a Glance Chapter 4: Creating Textures

Shaders 2 Lambert: No highlights Phong: Distinct specular highlights Phong E: Greater controls for softer highlights Blinn: Versatile and soft highlights Anisotropic: Directional highlights, such as hair or metal

Shaders 3 Ramp: Control color changes across the shader Layered: Allows multiple layers to be stacked and combined

Common Attributes of Shaders 4 Color Transparency Ambient Color Incandescence Bump Mapping Diffuse Translucence

The Hypershade The Hypershade is the place where you create and edit shaders 5

Textures Textures are images that can be mapped to almost any surface material They can be bitmap images or can be created procedurally Bitmap textures can be created in an external program, such as Photoshop, or inside Maya using 3D Paint Procedural textures are created using mathematical formulae internal to Maya 6

Procedural Textures 2D Procedural Textures Bulge Checker Cloth Fractal Grid Noise Ramp 7

Procedural Textures 3D Procedural Textures Brownian Cloud Leather Granite Marble Rock Solid Fractal Wood 8

Bump and Displacement Bump Maps Give a surface a sense of roughness and depth Only affects the way light interacts with the surface Does not modify the geometry, so edges are still smoth Displacement Maps Actually changes the surface of the geometry Requires more processing and rendering power 9

UVs and Texture Placement UV mapping overlays a texture onto a flattened model (done in the UV Texture Editor) 10 2D textures are mapped using a place2dTexture node 3D textures are mapped using a place3DTexture node

Photoshop Integration Maya supports importing and exporting the photoshop PSD format Both Maya and Photoshop can use layers to combine multiple bitmaps into a single file Shading networks are created in the Hypershade based on the layers of attributes in the PSD file 11