OpenGL: What s Coming Down the Graphics Pipeline. Dave Shreiner ARM

Similar documents
OpenGL: What s Coming Down the Graphics Pipeline

Supplement to Lecture 22

Objectives. Open GL Shading Language (GLSL)

ERKELEY DAVIS IRVINE LOS ANGELES RIVERSIDE SAN DIEGO SAN FRANCISCO EECS 104. Fundamentals of Computer Graphics. OpenGL

CS4621/5621 Fall Basics of OpenGL/GLSL Textures Basics

Lecture 4 of 41. Lab 1a: OpenGL Basics

Lecture 09: Shaders (Part 1)

12.2 Programmable Graphics Hardware

Programmable Graphics Hardware

Programming shaders & GPUs Christian Miller CS Fall 2011

OpenGL pipeline Evolution and OpenGL Shading Language (GLSL) Part 2/3 Vertex and Fragment Shaders

Today s Agenda. Basic design of a graphics system. Introduction to OpenGL

Shader Programs. Lecture 30 Subsections 2.8.2, Robb T. Koether. Hampden-Sydney College. Wed, Nov 16, 2011

Copyright Khronos Group 2012 Page 1. Teaching GL. Dave Shreiner Director, Graphics and GPU Computing, ARM 1 December 2012

CSE 167: Introduction to Computer Graphics Lecture #7: GLSL. Jürgen P. Schulze, Ph.D. University of California, San Diego Spring Quarter 2016

CSE 167: Introduction to Computer Graphics Lecture #13: GLSL. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2015

Today s Agenda. Shaders fundamentals. Programming with shader-based OpenGL

Texture Mapping. CS 537 Interactive Computer Graphics Prof. David E. Breen Department of Computer Science

Lecture 17: Shading in OpenGL. CITS3003 Graphics & Animation

The Transition from RenderMan to the OpenGL Shading Language (GLSL)

Information Coding / Computer Graphics, ISY, LiTH GLSL. OpenGL Shading Language. Language with syntax similar to C

C P S C 314 S H A D E R S, O P E N G L, & J S RENDERING PIPELINE. Mikhail Bessmeltsev

WebGL A quick introduction. J. Madeira V. 0.2 September 2017

Graphics Programming. Computer Graphics, VT 2016 Lecture 2, Chapter 2. Fredrik Nysjö Centre for Image analysis Uppsala University

Methodology for Lecture. Importance of Lighting. Outline. Shading Models. Brief primer on Color. Foundations of Computer Graphics (Spring 2010)

EDAF80 Introduction to Computer Graphics. Seminar 3. Shaders. Michael Doggett. Slides by Carl Johan Gribel,

Computer Graphics. Bing-Yu Chen National Taiwan University

Comp 410/510 Computer Graphics Spring Programming with OpenGL Part 2: First Program

Some advantages come from the limited environment! No classes. Stranight ans simple code. Remarkably. Avoids most of the bad things with C/C++.

CSC Graphics Programming. Budditha Hettige Department of Statistics and Computer Science

An Introduction to 3D Computer Graphics, Stereoscopic Image, and Animation in OpenGL and C/C++ Fore June

The Graphics Pipeline and OpenGL III: OpenGL Shading Language (GLSL 1.10)!

Building Models. Prof. George Wolberg Dept. of Computer Science City College of New York

Pipeline Operations. CS 4620 Lecture Steve Marschner. Cornell CS4620 Spring 2018 Lecture 11

Lecture 5 Vertex and Fragment Shaders-1. CITS3003 Graphics & Animation

Introduction to the OpenGL Shading Language

Shaders. Introduction. OpenGL Grows via Extensions. OpenGL Extensions. OpenGL 2.0 Added Shaders. Shaders Enable Many New Effects

Objectives Shading in OpenGL. Front and Back Faces. OpenGL shading. Introduce the OpenGL shading methods. Discuss polygonal shading

OpenGL. Jimmy Johansson Norrköping Visualization and Interaction Studio Linköping University

GLSL 1: Basics. J.Tumblin-Modified SLIDES from:

Pipeline Operations. CS 4620 Lecture 14

INF3320 Computer Graphics and Discrete Geometry

OpenGL refresher. Advanced Computer Graphics 2012

Lecture 19: OpenGL Texture Mapping. CITS3003 Graphics & Animation

CS 130 Final. Fall 2015

GLSL Introduction. Fu-Chung Huang. Thanks for materials from many other people

CS475/CS675 - Computer Graphics. OpenGL Drawing

Computer Viewing. Prof. George Wolberg Dept. of Computer Science City College of New York

Building Models. CS 537 Interactive Computer Graphics Prof. David E. Breen Department of Computer Science

Shaders. Slide credit to Prof. Zwicker

CSE 167: Introduction to Computer Graphics Lecture #5: Illumination Model

Programmable Graphics Hardware

Programming with OpenGL Shaders I. Adapted From: Ed Angel Professor of Emeritus of Computer Science University of New Mexico

CSE 167: Lecture #8: GLSL. Jürgen P. Schulze, Ph.D. University of California, San Diego Fall Quarter 2012

Programming with OpenGL Part 3: Shaders. Ed Angel Professor of Emeritus of Computer Science University of New Mexico

COMP371 COMPUTER GRAPHICS

3D Game Programming Programmable Pipelines. Ming-Te Chi Department of Computer Science, National Chengchi University

Computergrafik. Matthias Zwicker Universität Bern Herbst 2016

GLSL Introduction. Fu-Chung Huang. Thanks for materials from many other people

Three Main Themes of Computer Graphics

CS559 Computer Graphics Fall 2015

Computergraphics Exercise 15/ Shading & Texturing

Vertex & Fragment shaders

CHAPTER 1 Graphics Systems and Models 3

Programming with OpenGL Shaders I. Adapted From: Ed Angel Professor of Emeritus of Computer Science University of New Mexico

CS452/552; EE465/505. Texture Mapping in WebGL

Information Coding / Computer Graphics, ISY, LiTH. OpenGL! ! where it fits!! what it contains!! how you work with it 11(40)

Rendering. Part 1 An introduction to OpenGL

Sign up for crits! Announcments

CMSC427 Advanced shading getting global illumination by local methods. Credit: slides Prof. Zwicker

Textures. Texture Mapping. Bitmap Textures. Basic Texture Techniques

CS 4204 Computer Graphics

Lab 9 - Metal and Glass

Shader Programming. Daniel Wesslén, Stefan Seipel, Examples

Lessons Learned from HW4. Shading. Objectives. Why we need shading. Shading. Scattering

CGT520 Lighting. Lighting. T-vertices. Normal vector. Color of an object can be specified 1) Explicitly as a color buffer

CS452/552; EE465/505. Review & Examples

Computer Graphics CS 543 Lecture 4 (Part 2) Building 3D Models (Part 2)

Exercise 1 Introduction to OpenGL

CSE 167: Introduction to Computer Graphics Lecture #5: Visibility, OpenGL

We assume that you are familiar with the following:

CS 381 Computer Graphics, Fall 2008 Midterm Exam Solutions. The Midterm Exam was given in class on Thursday, October 23, 2008.

We will use WebGL 1.0. WebGL 2.0 is now being supported by most browsers but requires a better GPU so may not run on older computers or on most cell

Advanced Lighting Techniques Due: Monday November 2 at 10pm

Precept 2 Aleksey Boyko February 18, 2011

Comp 410/510 Computer Graphics Spring Programming with OpenGL Part 4: Three Dimensions

CS452/552; EE465/505. Intro to Lighting

The Basic Computer Graphics Pipeline, OpenGL-style. Introduction to the OpenGL Shading Language (GLSL)

C O M P U T E R G R A P H I C S. Computer Graphics. Three-Dimensional Graphics V. Guoying Zhao 1 / 65

SUMMARY. CS380: Introduction to Computer Graphics Texture Mapping Chapter 15. Min H. Kim KAIST School of Computing 18/05/03.

Programmable GPUs. Real Time Graphics 11/13/2013. Nalu 2004 (NVIDIA Corporation) GeForce 6. Virtua Fighter 1995 (SEGA Corporation) NV1

Computergrafik. Matthias Zwicker. Herbst 2010

Lets assume each object has a defined colour. Hence our illumination model is looks unrealistic.

Introduction to the OpenGL Shading Language (GLSL)

Tuesday, 23 March OpenGL Shading Language

Orthogonal Projection Matrices. Angel and Shreiner: Interactive Computer Graphics 7E Addison-Wesley 2015

CMPS160 Shader-based OpenGL Programming. All slides originally from Prabath Gunawardane, et al. unless noted otherwise

OpenGL. Toolkits.

SHADER PROGRAMMING. Based on Jian Huang s lecture on Shader Programming

GLSL v1.20. Scott MacHaffie Schrödinger, Inc.

Transcription:

OpenGL: What s Coming Down the Graphics Pipeline Dave Shreiner ARM shreiner@siggraph.org 1

Syllabus Introduction Rendering Fundamentals Shader Overview Fundamental Techniques Applications [Shreiner] [Shreiner] [Licea-Kane] [Hart] [Angel] What Is OpenGL, and What Can It Do for Me? OpenGL is a computer graphics rendering API Generate high-quality color images by rendering with geometric and image primitives Create interactive applications with 3D graphics OpenGL is operating system independent window system independent 2

OpenGL and Its Related APIs application program OpenGL Motif widget or similar GLX, AGL or WGL X, Win32, Mac O/S GLUT GLU GL software and/or hardware Graphic Pipeline Varieties Fixed-function version order of operations is fixed can only modify parameters and disable operations limited to what s implemented in the pipeline Programmable version interesting parts of pipeline are under your control write shaders to implement those operations boring stuff is still hard coded rasterization & fragment testing 3

Course Ground-rules A new version of OpenGL is coming Emphasize the new way to program with OpenGL we won t discuss the fixed-function pipeline Updated notes and demo programs available at: http://www.opengl-redbook.com/siggraph/8 there are some things we can t talk about yet The Graphics Pipeline Transformation stage converts 3D models into pixel locations Rasterization stage fills the associated pixels Transformation Stage Rasterization Stage Vertex Shader Fragment Shader 4

(Perhaps) The Simplest Vertex Shader attribute vec4 vertex; void main() { gl_position = vertex; } The Simplest Fragment Shader void main() { vec4 blue = vec4(,, 1, 1 ); gl_fragcolor = blue; } 5

Representing Geometry We represent geometric primitives by their vertices x y v z w Vertices are specified as homogenous coordinates 4-tuple of reals most vertex data are homogenous coordinates makes the math easier Storing Vertex Attributes Vertex arrays are very flexible store data contiguously as an array, or v v v v v v c c c c c c tc tc tc tc tc tc glvertexattribpointer( vindex, 3, GL_FLOAT, GL_FALSE,, v ); glvertexattribpointer( cindex, 4, GL_UNSIGNED_BYTE, GL_TRUE,, c ); glvertexattribpointer( tcindex, 2, GL_FLOAT, GL_FALSE,, tc ); 6

Storing Vertex Attributes (cont d) As offsets into a contiguous array of structures struct VertexData { GLfloat tc[2]; GLubyte c[4]; GLfloat v[3]; }; VertexData verts; tc c v tc c v glvertexattribpointer( vindex, 3, GL_FLOAT, GL_FALSE, sizeof(vertexdata), verts[].v ); glvertexattribpointer( cindex, 4, GL_UNSIGNED_BYTE, GL_TRUE, sizeof(vertexdata), verts[].c ); glvertexattribpointer( tcindex, 2, GL_FLOAT, GL_FALSE, sizeof(vertexdata), verts[].tc ); Turning on Vertex Arrays Need to let OpenGL ES know which vertex arrays you re going to use glenablevertexattribarray( vindex ); glenablevertexattribarray( cindex ); glenablevertexattribarray( tcindex ); 7

OpenGL s Geometric Primitives All primitives are specified by vertices GL_POINTS GL_LINES GL_LINE_STRIP GL_LINE_LOOP GL_POLYGON GL_TRIANGLES GL_TRIANGLE_STRIP GL_TRIANGLE_FAN GL_QUADS GL_QUAD_STRIP Drawing Geometric Primitives For contiguous groups of vertices 1 2 3 4 5 v v v v v v c c c c c c tc tc tc tc tc tc gldrawarrays( GL_TRIANGELS,, n ); 2 4 1 3 5 8

Drawing Geometric Primitives For indexed groups of vertices 1 2 3 4 5 v v v v v v c c c c c c tc tc tc tc tc tc 1 2 3 1 15 3 16 gldrawelements( GL_TRIANGLES,, n, indices ); 2 4 1 3 5 15 16 17 Compiling Shaders 9

Creating a Shader Program Similar to compiling a C program compile, and link OpenGL ES supports both online and offline compilation Multi-step process 1. create and compile shader objects 2. attach shader objects to program 3. link objects into executable program Shader Compilation (Part 1) Create and compile a Shader (with online compilation) GLunit shader = glcreateshader( shadertype ); const char* str = void main() { } ; glshadersource( shader, 1, &str, NULL ); glcompileshader( shader ); shadertype is either GL_VERTEX_SHADER GL_FRAGMENT_SHADER 1

Shader Compilation (Part 2) Checking to see if the shader compiled (online compilation) GLint compiled; glgetshaderiv( shader, GL_COMPILE_STATUS, &compiled ); if (!compiled ) { GLint len; glgetshaderiv( shader, GL_INFO_LOG_LENGTH, &len ); std::string msgs(, len ); glgetshaderinfolog( shader, len, &len, &msgs[] ); std::cerr << msgs << std::endl; throw shader_compile_error; } Shader Program Linking (Part 1) Create an empty program object GLuint program = glcreateprogram(); Associate shader objects with program glattachshader( program, vertexshader ); glattachshader( program, fragmentshader ); Link program gllinkprogram( program ); 11

Shader Program Linking (Part 2) Making sure it worked GLint linked; glgetprogramiv( program, GL_LINK_STATUS, &linked ); if (!linked ) { GLint len; glgetprogramiv( program, GL_INFO_LOG_LENGTH, &len ); std::string msgs(, len ); glgetprograminfolog( program, len, &len, &msgs[] ); std::cerr << msgs << std::endl; throw shader_link_error; } Using Shaders in an Application Need to turn on the appropriate shader gluseprogram( program ); 12

Associating Shader Variables and Data Need to associate a shader variable with an OpenGL data source vertex shader attributes app vertex attributes shader uniforms app provided uniform values OpenGL relates shader variables to indices for the app to set Two methods for determining variable/index association specify association before program linkage query association after program linkage Determining Locations After Linking Assumes you already know the variables name GLint idx = glgetattriblocation( program, name ); GLint idx = glgetuniformlocation( program, name ); 13

Initializing Uniform Variable Values Uniform Variables gluniform4f( index, x, y, z, w ); GLboolean transpose = GL_TRUE; // Since we re C programmers GLfloat mat[3][4][4] = { }; gluniformmatrix4fv( index, 3, transpose, mat ); Transformations 14

Camera Analogy 3D is just like taking a photograph (lots of photographs!) camera viewing volume tripod model Transfomations Magical Mathematics Transformations take us from one space to another All of our transforms are 4 4 matrices Modeling Transform Modeling Transform Object Coords. Vertex Data Model-View Transform Projection Transform Perspective Division (w) Viewport Transform 2D Window Coordinates World Coords. Eye Coords. Clip Coords. Normalized Device Coords. 15

Camera Analogy and Transformations Projection transformations adjust the lens of the camera Viewing transformations tripod define position and orientation of the viewing volume in the world Modeling transformations moving the model Viewport transformations enlarge or reduce the physical photograph 3D Transformations A vertex is transformed by 4 x 4 matrices all affine operations are matrix multiplications all matrices are stored column-major in OpenGL this is opposite of what C programmers expect matrices are always post-multiplied product of matrix and vector is Mv m m4 m8 m 1 m5 m9 M m2 m6 m1 m3 m7 m11 m m m m 12 13 14 15 16

Specifying What You Can See Set up a viewing frustum to specify how much of the world we can see Done in two steps specify the size of the frustum (projection transform) specify its location in space (model-view transform) Anything outside of the viewing frustum is clipped primitive is either modified or discarded (if entirely outside frustum) Specifying What You Can See (cont d) OpenGL projection model uses eye coordinates the eye is located at the origin looking down the z axis Projection matrices use a six-plane model: near (image) plane far (infinite) plane both are distances from the eye (positive values) enclosing planes top & bottom left & right 17

Specifying What You Can See (cont d) Orthographic View Perspective View 2n rl rl rl 2n tb tb tb P ( f n) 2 fn f n f n 1 2 rl rl rl 2 tb tb tb O 2 f n f n f n 1 2 rl rl rl 2 tb tb tb O 2 f n f n f n 1 2n rl rl rl 2n tb tb tb P ( f n) 2 fn f n f n 1 Viewing Transformations Position the camera/eye in the scene place the tripod down; aim camera To fly through a scene change viewing transformation and redraw scene LookAt( eye x, eye y, eye z, look x, look y, look z, up x, up y, up z ) up vector determines unique orientation careful of degenerate positions tripod 18

19 Creating the LookAt Matrix Creating the LookAt Matrix 1 ˆ ˆ ˆ ˆ ˆ ˆ ˆ z y x z y x z y x up n up n eye look eye look n n n v v v u u u n u v u n Translation Translation Move the origin to a new location 1 1 1 1 ),, ( z y x z y x t t t t t t T

Scale Stretch, mirror or decimate a coordinate direction S( s, s x y, s ) z sx s y s z 1 Note, there s a translation applied here to make things easier to see Rotation Rotate coordinate system about an axis in space Note, there s a translation applied here to make things easier to see 2

21 Rotation (cont d) Rotation (cont d) x y x z y z S z y x u z y x v v v S u u I u u M t t ) sin( ) )( cos( 1 v R M Animation and Depth Buffering Animation and Depth Buffering

Double Buffering 1 2 4 1 2 4 Front Buffer 8 16 8 16 Back Buffer Display Animation Using Double Buffering 1. Request a double buffered color buffer glutinitdisplaymode( GLUT_RGB GLUT_DOUBLE ); 2. Clear color buffer glclear( GL_COLOR_BUFFER_BIT ); 3. Render scene 4. Request swap of front and back buffers glutswapbuffers(); Repeat steps 2-4 for animation Use aglutidlefunc() callback 22

Depth Buffering and Hidden Surface Removal 1 2 4 1 2 4 Color Buffer 8 16 8 16 Depth Buffer Display Depth Buffering Using OpenGL 1. Request a depth buffer glutinitdisplaymode( GLUT_RGB GLUT_DOUBLE GLUT_DEPTH ); 2. Enable depth buffering glenable( GL_DEPTH_TEST ); 3. Clear color and depth buffers glclear( GL_COLOR_BUFFER_BIT GL_DEPTH_BUFFER_BIT ); 4. Render scene 5. Swap color buffers 23

OpenGL Shading Language Overview Bill Licea-Kane AMD OpenGL Shading Language Shading Language Details Trivial Examples 24

Shading Language Details The OpenGL Shading Language 1.2.8 The OpenGL ES Shading Language 1..14 DRAFT! The OpenGL Shading Language 1.3.tbd Preprocessor # // Comment #define /* Comment */ #undef #if #ifdef #ifndef #else #elif #endif #error #pragma 25

Preprocessor #version 11 // Shading Language 1.1 (IMPLICIT) #version 12 // Shading Language 1.2 #version 13 // Shading Language 1.3 (DRAFT) #extension: NAME : require enable warn disable #line LINE FILE LINE FILE VERSION Types void // Scalar float int bool // Vector vec2 vec3 vec4 ivec2 ivec3 ivec4 bvec2 bvec3 bvec4 // Matrix mat2 mat3 mat4 matcxr // Sampler sampler1d sampler2d sampler3d samplercube sampler1dshadow sampler2dshadow 26

Containers struct // no qualifiers // no bitfields // no forward references // no in-place definitions // no anonymous structures // 1D arrays (First class starting in version 1.2 [] Scope // (Outside Global) // Built-in functions // Global // User-defined functions (Can hide Built-in) // Shared name space // Shared globals must be same type // Local // RESTRICTION - No function prototypes 27

Storage Qualifiers default const // global qualifiers attribute uniform varying centroid varying // invariant qualifier Invariant // parameter qualifiers in out inout Operators () // grouping [] // array and component () // constructor. // field select and swizzle ++ -- // postfix ++ -- // prefix + -! // prefix 28

Operators + - * / // binary < <= > >= // relational ==!= // equality && ^^ // logical?: // selection = += -= *= /= // assignment Integer operators ~ // prefix % // binary << >> & ^ // bitwise %= <<= >>= &= ^= = // assignment 29

Constructors // Scalar float() int() bool() // Vector vec2() vec3() vec4() ivec2() ivec3() ivec4() bvec2() bvec3() bvec4() // Matrix mat2() mat3() mat4() matcxr() // Struct // Array Components // Vector.xyzw.rgba.stpq [i] // Matrix [i] [i][j] 3

Flow Control // expression? TrueExpression : FalseExpresion // if, if-else // for, while, do-while // return, break, continue // discard (fragment only) Vector Matrix Operations mat4 m4, n4; vec4 v4; vec4 first = m4 * v4; // matrix * vector vec4 second = v4 * n4; // vector * matrix mat4 third = m4 * n4; // matrix * matrix 31

Functions // Parameter qualifiers in out inout const in // Functions are call by value, copy in, copy out // NOT exactly like C++ // // Examples vec4 function( const in vec3 N, const in vec3 L ); void f( inout float X, const in float Y ); Special Variables // Vertex vec4 gl_position; vec4 gl_clipvertex; float gl_pointsize; // Fragment vec4 gl_fragcoord; bool gl_frontfacing; vec4 gl_fragcolor; vec4 gl_fragdata[i]; float gl_fragdepth; // must be written to // may be written to // may be written to // may be read from // may be read from // may be written to // may be written to // may be written to 32

Built-in attributes This page intentionally blank (there aren t any in built-in attributes in GLSL 1.3) Built-in varying This page intentionally blank (there also aren t any in built-in varyings in GLSL 1.3) 33

Built-in uniforms This page intentionally blank (and guess what, there also aren t any in built-in uniforms in GLSL 1.3, either) Built-in Functions // angles and trigonometry // exponential // common // interpolations // geometric // vector relational // texture // shadow // noise // vertex vec4 ftransform( void ); // fragment gentype dfdx( gentype P ); gentype dfdy( gentype P ); gentype fwidth( gentype P ); 34

Really Simple Shaders Smallest OpenGL Shaders // Vertex Shader // #version 12 // Shading Language 1.2 void main( void ) { gl_position = vec4(. ); } // Fragment Shader // #version 12 // Shading Language 1.2 void main( void ) { } 35

Smallest OpenGL Shaders // Vertex Shader // #version 13 // Shading Language 1.3 void main( void ) { gl_position = vec4(. ); } // Fragment Shader // #version 13 // Shading Language 1.3 void main( void ) { } Small OpenGL Shaders // Vertex Shader // #version 12 // Shading Language 1.2 uniform mat4 matmvp; attribute vec4 mposition; attribute vec4 mcolor; varying vec4 fcolor; void main( void ) { gl_position = matmvp * mposition; fcolor = mcolor; } // Fragment Shader // #version 12 // Shading Language 1.2 varying vec4 fcolor; void main( void ) { gl_fragdata[] = fcolor; } 36

Small OpenGL Shaders // Vertex Shader // #version 13 // Shading Language 1.3 uniform mat4 matmvp; in vec4 mposition; // attribute vec4 mposition; inout vec4 mcolor; // attribute vec4 mcolor; // varying vec4 fcolor void main( void ) { gl_position = matmvp * mposition; // fcolor = mcolor; } // Fragment Shader // #version 13 // Shading Language 1.3 in vec4 mcolor; // varying vec4 fcolor void main( void ) { gl_fragdata[] = mcolor; } OpenGL Shading Language Acknowledgements John Kessenich (Intel) David Baldwin Randi J. Rost (Intel) Robert Simpson (AMD) Benj Lipchack (AMD) and ARB Contributors 37

Lighting and Materials Evan Hart NVIDIA Illumination with Shaders DIY Lighting No built-in illumination support in modern API Back to the basics Fundamental graphics algorithms are key Complete flexibility Any lighting model desired 38

Illumination Components View dependent component Specular View independent components Diffuse Ambient Emissive Mathematics of Illumination Sum of contributions from all lights Diffuse Specular Auxilliary Illumination Ambient bounce lighting Emission - glow 39

Diffuse Illumination Component Lambertian model Works well for many common materials Intensity derived from angle of incidence Diffuse Illumination Diagram 4

Diffuse Illumination Code // Compute light direction vec3 light_dir = normalize( light_pos pos); // Compute the lighting float intensity = dot( normal, light_dir); intensity = clamp( intensity,., 1.); Specular Illumination Component Blinn-Phong model Simple and efficient Good for plastic OK for some smooth metal Intensity derived from view vector, normal vector, and light vector 41

Specular Illumination Diagram Specular Illumination Code // Compute the view vector vec3 view_dir = normalize( - pos); // Compute the half-angle vector vec3 half = normalize( view_dir + light_dir); // Compute the specular intensity float spec = dot( half, normal); spec = clamp( spec,., 1.); spec = pow( spec, shininess); 42

Coordinate Frames Consistent coordinate frame required for scene composition Allows objects to appear in the proper place Common Solutions World coordinates Eye Coordinates Surface-local Coordinates Worldspace Coordinate Frame Most intuitive Easy to reason about Easy to debug 43

Eyespace Coordinate Frame Centers coordinate frame at eye Viewer position becomes (,,) View direction is typically (,,±1) Fixed-function OpenGL used (,,-1) Somewhat more efficient than worldspace Constant direction and eye position Surface-local Coordinate Frame Typically not used for actual lighting computations Used to convert from 2D coordinate to 3D Most common is Tangent Space Defined by two vectors tangent to the surface and the normal Normal typically specifies the Z direction 44

Tangent Space Computational Frequency Per-polygon Fairly difficult, mostly for diagrammatic purposes Per-vertex Simple, fairly low-quality Per-fragment Moderate difficulty, high-quality Hybrid Different frequencies for different components 45

Interpolation Process of converting vertex values to fragment values Performed on all variables declared varying Interpolation mode and shaders determine shading frequency Per-polygon shading Compute lighting in vertex shader Declare illumination components as varying Often wish to defer summation Allows per-pixel material application for material colors 46

Material Properties Shades of gray are boring Materials provide the proper look Can include all factors feeding into lighting Colors Surface roughness Material Colors Can provide separate colors for all illumination components Specular, ambient, diffuse, etc. Relative combinations emulate different physical materials Metals: diffuse_material == specular_material Plastics: specular_material == white 47

Shininess / Roughness Specular power (k) Provides tightness on specular highlight Often interpretted as k = 1 / roughness Texturing Applying an image to the object surface Most often 2D Thought of as a set of varying material properties All properties mentioned so far may be provided via textures 48

Texture Coordinates (,1) (1,1) T axis (,) S axis (1,) Applying Texture Shading language functions texture2d( sampler2d map, vec2 p) Returns vec4 from point p in map texture2dproj ( sampler2d map, vec4 p) p = p.xy / p.w Returns vec4 from point p in map 49

Loading and Configuring Textures Bind texture object Load base image Load mipmaps [optional] Specify texture object parameters Filter state Wrap state Specifying a Texture Image glteximage2d arguments Dimensions: width and height Internal format: preferred HW format RGBA8, RGB5_A1, LUMINANCE8 Format: format of input data RGB, RGBA, etc Type: data type of input data UBYTE, FLOAT, etc 5

Mipmaps Smaller versions of base image Allow for better filtering Reduce aliasing Smaller levels are ½ size in each dimension 128x128 64x64 32x32 Mipmaps Level Level 1 Level 2 51

Filtering Specified through gltexparameter Controls the manner of fetching a texel GL_NEAREST point sampling (worst) GL_LINEAR blend between 4 nearest texels GL_LINEAR_MIPMAP_NEAREST Select one mipmap and blend the 4 nearest texels GL_LINEAR_MIPMAP_LINEAR Select two mipmaps and blend the 4 nearest texels from each Filtering Nearest Filtering Linear Filtering 52

Wrap State Specified through gltexparameter Controls boundary behavior for texture filtering GL_CLAMP_TO_EDGE GL_REPEAT GL_MIRRORRED_REPEAT Clamp Texture Wrapping 53

Repeat Texture Wrapping Mirror Texture Wrapping 54

Applying the Texture to the Shader // Declare the sampler uniform sampler2d diffuse_mat; // Apply the material color vec3 diffuse = intensity * texture2d( diffuse_mat, coord).rgb; Thanks Fellow presenters NVIDIA DevTech Team NVIDIA OpenGL Driver Team 55

Application Examples Ed Angel University of New Mexico Shader Examples Vertex Shaders Moving vertices: height fields Per vertex lighting: height fields Per vertex lighting: cartoon shading Fragment Shaders Per vertex vs per fragment lighting: cartoon shader Samplers: reflection Map Bump mapping 56

Height Fields A height field is a function y = f(x,z) where the y value represents a quantity such as the height above a point in the x-z plane. Heights fields are usually rendered by sampling the function to form a rectangular mesh of triangles or rectangles from the samples y ij = f(x i, y j ) Displaying a Height Field Defining a rectangular mesh for(i=;i<n;i++) for(j=;j<n;j++) data[i][j]=f( i, j, time); Displaying a mesh glbegin(gl_line_loop); glvertex3f((float)i/n, data[i][j], (float)j/n); glvertex3f((float)i/n, data[i][j], (float)(j+1)/n); glvertex3f((float)(i+1)/n, data[i][j], (float)(j+1)/n); glvertex3f((float)(i+1)/n, data[i][j], (float)(j)/n); glend(); 57

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Time varying vertex shader uniform float time; /* in milliseconds */ void main() { vec4 t = gl_vertex; t.y =.1*sin(.1*time + 5.*gl_Vertex.x)* sin(.1*time+5.*gl_vertex.z); gl_position = gl_modelviewprojectionmatrix * t; gl_frontcolor = gl_color; } Mesh Display 58

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Adding Lighting Solid Mesh: glbegin(gl_polygon); We must add lighting Must do per vertex lighting in shader if we use a vertex shader for time-varying mesh Mesh Shader uniform float time; void main() { vec4 t = gl_vertex; t.y =.1*sin(.1*time+5.*gl_Vertex.x) *sin(.1*time+5.*gl_vertex.z); gl_position = gl_modelviewprojectionmatrix * t; vec4 ambient; vec4 diffuse; vec4 specular; vec4 eyeposition = gl_modelviewmatrix * gl_vertex; vec4 eyelightpos = gl_lightsource[].position; 59

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Mesh Shader (cont) vec3 N = normalize(gl_normalmatrix * gl_normal); vec3 L = normalize(eyelightpos.xyz - eyeposition.xyz); vec3 E = -normalize(eyeposition.xyz); vec3 H = normalize(l + E); float Kd = max(dot(l, N),.); float Ks = pow(max(dot(n, H),.), gl_frontmaterial.shininess); diffuse = Kd*gl_FrontLightProduct[].diffuse; specular = Ks*gl_FrontLightProduct[].specular; gl_frontcolor = ambient+diffuse+specular; } Shaded Mesh 6

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Cartoon Shader This vertex shader uses only two colors but the color used is based on the orientation of the surface with respect to the light source Normal vector provided by the application through glnormal function A third color (black) is used for a silhouette edge Cartoon Shader Code void main() { const vec4 yellow = vec4(1., 1.,., 1.); const vec4 red = vec4(1.,.,., 1.); gl_position = gl_modelviewprojectionmatrix * gl_vertex; vec4 eyeposition = gl_modelviewmatrix * gl_vertex; vec4 eyelightpos = gl_lightsource[].position; vec3 N = normalize(gl_normalmatrix * gl_normal); vec3 L = normalize(eyelightpos.xyz - eyeposition.xyz); float Kd = max(dot(l, N),.); if(kd >.6) gl_frontcolor = yellow; else gl_frontcolor = red; } 61

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Adding a Silhouette Edge const vec4 black = vec4(.,.,., 1.); vec3 E = -normalize(eyeposition.xyz); if(abs(dot(e,n))<.25) gl_frontcolor = black; Smoothing We can get rid of some of the jaggedness using the mix function in the shader gl_frontcolor = mix(yellow, red, Kd); 62

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Fragment Shader Examples Per fragment lighting: Cartoon shader Texture Mapping: Reflection Map Bump Mapping Per Fragment Cartoon Vertex Shader varying vec3 N; varying vec3 L; varying vec3 E; void main() { gl_position = gl_modelviewprojectionmatrix * gl_vertex; vec4 eyeposition = gl_modelviewmatrix * gl_vertex; vec4 eyelightpos = gl_lightsource[].position; N = normalize(gl_normalmatrix * gl_normal); L = normalize(eyelightpos.xyz - eyeposition.xyz); E = -normalize(eyeposition.xyz); } 63

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Cartoon Fragment Shader varying vec3 N; varying vec3 L; varying vec3 E; void main() { const vec4 yellow = vec4(1., 1.,., 1.); const vec4 red = vec4(1.,.,., 1.); const vec4 black = vec4(.,.,., 1.); float Kd = max(dot(l, N),.); gl_fragcolor = mix(red, yellow, Kd); if(abs(dot(e,n))<.25) gl_fragcolor = black; } Cartoon Fragment Shader Result 64

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Reflection Map Specify a cube map in application Use reflect function in vertex shader to compute view direction Apply texture in fragment shader Reflection Map Vertex Shader varying vec3 R; void main() { gl_position = gl_modelviewprojectionmatrix * gl_vertex; vec3 N = normalize(gl_normalmatrix*gl_normal); vec4 eyepos = gl_modelviewmatrix*gl_vertex; R = reflect(eyepos.xyz, N); } 65

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Reflection Map Fragment Shader varying vec3 R; uniform samplercube texmap; void main() { vec4 texcolor = texturecube(texmap, R); gl_fragcolor = texcolor; } Reflection mapped teapot 66

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Bump Mapping Vary normal in fragment shader so that lighting changes for each fragment Application: specify texture maps that describe surface variations Vertex Shader: calculate vertex lighting vectors and transform to texture space Fragment Shader: calculate normals from texture map and shade each fragment Bump Map Example 67

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Thanks! References On-Line Resources http://www.opengl.org start here; up to date specification and lots of sample code online man pages for all OpenGL functions http://www.mesa3d.org/ Brian Paul s Mesa 3D http://www.cs.utah.edu/~narobins/opengl.html very special thanks to Nate Robins for the OpenGL Tutors source code for tutors available here! 68

SIGGRAPH 28 OpenGL: What s Coming Down the Graphics Pipeline Books OpenGL Programming Guide, 6th Edition The OpenGL Shading Language, 2nd Edition Interactive Computer Graphics: A top-down approach with OpenGL, 4th Edition OpenGL Programming for the X Window System OpenGL: A Primer 3rd Edition OpenGL Distilled OpenGL Programming on Mac OS X 69