Paint Effects.  Uses: paint brush strokes paint particle effects Traditional paint program ○ paint images on a canvas ○ paint repeatable textures that.

Slides:



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

 All light is a form of energy. That’s because light “radiates”, or spreads out, in all directions from its source. (Such as a light bulb or star).
ATEC Procedural Animation Introduction to Procedural Methods in 3D Computer Animation Dr. Midori Kitagawa.
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.
Course Website: Computer Graphics 18: Ray-tracing.
Rays and Plane Mirrors The line of particles on the crest of a wave is called a wave front Huygen’s Principle = a wave front can be divided into point.
IMGD 1001: Illumination by Mark Claypool
Business and Computing Deanery 3D Modelling Tools Week 8 Introduction to materials.
ARCH 481 3d Modeling and Rendering lecture four: texture maps.
(conventional Cartesian reference system)
Environment in different weather conditions Milestone 1 presentation Lisa Hellström.
Admission to CS 184 Enrollment priorities are 1. CS/EECS majors, 2. CS/EECS minors (this category includes applied math majors) 3. anyone else with a declared.
Advanced lighting and rendering Multipass rendering.
1 Lecture 9 Lighting Light Sources Reflectance Camera Models.
Three-Dimensional Concepts
Coordinate Systems X Y Z (conventional Cartesian reference system) X Y Z.
Painterly Rendering for Animation Barbara J. Meier Walt Disney Feature Animation SIGGRAPH 96.
Painterly Rendering for Animation – Barbara Meier
FLAT MIRRORS Chapter 13: Section 2. Learning Targets  Describe how the angle of incidence is related to the angle of reflection  Explain how surface.
Computer Graphics An Introduction. Computer Graphics 26/9/2008Lecture 12 What’s this course all about? We will cover… Graphics programming and algorithms.
UFCEKT-20-33D Modelling and Animation 3D Modelling & Animation Materials and Textures Maps.
Definition of Computer Graphics
Modelling and Simulation Types of Texture Mapping.
Reflections Specular reflection is the perfect reflection of light from a surface. The law a reflection states that the direction of the incoming ray and.
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.
COLLEGE OF ENGINEERING UNIVERSITY OF PORTO COMPUTER GRAPHICS AND INTERFACES / GRAPHICS SYSTEMS JGB / AAS 1 Shading (Shading) & Smooth Shading Graphics.
Maya 8 at a Glance Chapter 7: Paint Effects. Paint Effects Basics 2 Paint Effects is a tool that works like a paint brush Paint Effects can paint 2D effects.
Week 10 - Wednesday.  What did we talk about last time?  Shadow volumes and shadow mapping  Ambient occlusion.
PCB Soldering Inspection. Structured Highlight approach Structured Highlight method is applied to illuminating and imaging specular surfaces which yields.
4.1. R ENDERING Aspects of Game Rendering. From Wikipedia: Rendering is the process of generating an image from a model. The model is a description.
Unity: A principle of art
The Seven Elements of Art Presented in PowerPoint by: students’ names.
Reflection and Light Flat Mirrors.
Chapter 13-2 Flat Mirrors. Conceptual_Physics/3 1_Reflection/01/sp.ht mlhttp://localhost:26300/ Conceptual_Physics/3 1_Reflection/01/sp.ht.
Chapter 6 Value and Texture. Goals Differentiate between the use of value and texture in illustrative art Get a handle on the various attributes of strokes.
Maya 8 at a Glance Chapter 4: Creating Textures. Shaders 2 Lambert: No highlights Phong: Distinct specular highlights Phong E: Greater controls for softer.
Course Introduction to virtual engineering Óbuda University John von Neumann Faculty of Informatics Institute of Applied Mathematics Lecture and laboratory.
7 7. The Seven Elements of Art An element is a basic part of something in its simplest form. There are 7 elements in art.
The Lit Sphere: A Model for Capturing NPR Shading from Art Peter-Pike Sloan, William Martin, Amy Gooch & Bruce Gooch.
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.
Chris Covington CSCI263 – Final Project May 3, 2005 Changes and Additions: Further implemented the illumination model. Illumination is now calculated in.
Color: This channel applies color, textured patterns, or images to the surface.
1Ellen L. Walker 3D Vision Why? The world is 3D Not all useful information is readily available in 2D Why so hard? “Inverse problem”: one image = many.
Painting. Wash A thin, translucent layer of color. Often it is the background of a picture Created by using watery paint applied quickly using large,
CSE 681 Introduction to Ray Tracing. CSE 681 Ray Tracing Shoot a ray through each pixel; Find first object intersected by ray. Image plane Eye Compute.
Digital Media Dr. Jim Rowan ITEC 2110 Vector Graphics II.
Visualization of Scanned Cave Data with Global Illumination

Rendering tools in 3DMax
Aspects of Game Rendering
How else do you look pretty in the morning?
Ray box and Mirror.
Alias/Autodesk Maya 第三組 林秉賢.
RAY TRACING.
Chapter 10: Computer Graphics
Three-Dimensional Concepts. Three Dimensional Graphics  It is the field of computer graphics that deals with generating and displaying three dimensional.
The Ray Model of Light.
LIGHT.
Lighting.
Value Texture Elements of Art Color Space Line Shape Form.
The Seven Elements of Art
Computer Graphics Imaging Ying Zhu Georgia State University
Light & Color.
Reflection and Light Flat Mirrors.
Dr. Jim Rowan ITEC 2110 Vector Graphics II
The Elements of Design in Art
Introduction to Ray Tracing
Artistic Rendering Final Project Initial Proposal
Presentation transcript:

Paint Effects

 Uses: paint brush strokes paint particle effects Traditional paint program ○ paint images on a canvas ○ paint repeatable textures that can be applied to geometry in your scenes

Paint Effects Reference: Maya Help

Two Basic Strokes  Simple strokes paint applied along the stroke path.  Strokes simulating growth paint strokes drive growth of tubes that simulate organic growth. ○ tubes sprout from the stroke path, like plants growing from a path of seeds. Reference: Maya Help

Shaders/Materials

 Define an object’s substance  Surface textures how light is reflected  Surrounding environment Reference: Maya Help

Basic attributes of materials  Color Change basic color Apply a texture as a color map  Transparency Change basic transparency Apply a texture as a transparency map  Shine Change the intensity and size of the specular highlights of an object Apply a texture as a specularity map

Specular Highlight (shine):  show the places on the object where the light is reflected  Color of highlight can be changed Reference: Maya Help

Reflections  Reflection shows light bounced back from surrounding objects in environment. Reference: Maya Help

Q: Where can I learn more about this? A: Maya Help!