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

Similar documents
Introduction to the OpenGL Shading Language (GLSL)

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

Programmable Graphics Hardware

12.2 Programmable Graphics Hardware

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

Supplement to Lecture 22

Using Shaders for Lighting

Introduction to Shaders for Visualization. The Basic Computer Graphics Pipeline

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

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

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

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

Using Shaders for Lighting

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

Sign up for crits! Announcments

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

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

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

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

GLSL Geometry Shaders

Lecture 09: Shaders (Part 1)

A Tessellated Parametric Triangular Bézier Patch

Stripes, Rings, and Dots!

Programming shaders & GPUs Christian Miller CS Fall 2011

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

CS4621/5621 Fall Basics of OpenGL/GLSL Textures Basics

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

Lecture 17: Shading in OpenGL. CITS3003 Graphics & Animation

Shader Programming 1. Examples. Vertex displacement mapping. Daniel Wesslén 1. Post-processing, animated procedural textures

OPENGL RENDERING PIPELINE

Today. Rendering - III. Outline. Texturing: The 10,000m View. Texture Coordinates. Specifying Texture Coordinates in GL

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

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

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

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

WebGL and GLSL Basics. CS559 Fall 2015 Lecture 10 October 6, 2015

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

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

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

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

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

GPU Programming EE Final Examination

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

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

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

GPU Programming EE Final Examination

Bump Mapping. Mike Bailey. What is Bump-Mapping?

Objectives. Open GL Shading Language (GLSL)

WebGL and GLSL Basics. CS559 Fall 2016 Lecture 14 October

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

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

An Overview GLUT GLSL GLEW

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

Programmable Graphics Hardware

2D graphics with WebGL

Waves, Displacement, Reflections. Arun Rao CS 594

Introduction to Shaders.

Shaders. Slide credit to Prof. Zwicker

Lighting and Shading II. Angel and Shreiner: Interactive Computer Graphics 7E Addison-Wesley 2015

GPU Programming EE Final Examination

Lecture 13: OpenGL Shading Language (GLSL)

CS770/870 Spring 2017 Open GL Shader Language GLSL

CS770/870 Spring 2017 Open GL Shader Language GLSL

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

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

Best practices for effective OpenGL programming. Dan Omachi OpenGL Development Engineer

CSE 4431/ M Advanced Topics in 3D Computer Graphics. TA: Margarita Vinnikov

Lab 9 - Metal and Glass

Lighting and Texturing

Bump Mapping. Mike Bailey. Oregon State University. What is Bump-Mapping?

Real-Time Rendering (Echtzeitgraphik) Michael Wimmer

CS559 Computer Graphics Fall 2015

Introduction to Computer Graphics. Hardware Acceleration Review

CS475/CS675 - Computer Graphics. OpenGL Drawing

Technical Game Development II. Reference: Rost, OpenGL Shading Language, 2nd Ed., AW, 2006 The Orange Book Also take CS 4731 Computer Graphics

OpenGL Programmable Shaders

CS 4620 Midterm, October 23, 2018 SOLUTION

Programmable shader. Hanyang University

CS 432 Interactive Computer Graphics

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

Programming Graphics Hardware

Introduction to GLSL. Announcements. Agenda. Course Contents. Patrick Cozzi University of Pennsylvania CIS Fall 2012

Lecture 11 Shaders and WebGL. October 8, 2015

INF3320 Computer Graphics and Discrete Geometry

Shaders CSCI 4239/5239 Advanced Computer Graphics Spring 2014

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

Texture Mapping. Mike Bailey.

CS4621/5621 Fall Computer Graphics Practicum Intro to OpenGL/GLSL

Drawing Fast The Graphics Pipeline

CMPS160 Shader-based OpenGL Programming

GPU Programming EE Midterm Examination

OUTLINE. Implementing Texturing What Can Go Wrong and How to Fix It Mipmapping Filtering Perspective Correction

Tuesday, 23 March OpenGL Shading Language

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

Computergraphics Exercise 15/ Shading & Texturing

Pipeline Operations. CS 4620 Lecture 14

Technical Game Development II. Reference: Rost, OpenGL Shading Language, 2nd Ed., AW, 2006 The Orange Book Also take CS 4731 Computer Graphics

CS770/870 Fall 2015 Advanced GLSL

LSU EE Homework 5 Solution Due: 27 November 2017

Shaders CSCI 4229/5229 Computer Graphics Fall 2017

Transcription:

Introduction to the OpenGL Shading Language (GLSL) 1 The Basic Pipeline, OpenGL-style Vertex, Normal, Color ModelViewMatrix, ProjectionMatrix, ModelViewProjectionMatrix 2 MC Model WC View Per-vertex Projection This work is licensed under a Creative Commons Attribution-NonCommercial- NoDerivatives 4.0 International License Mike Bailey mjb@cs.oregonstate.edu Framebuffer Fragment Processing, Texturing, Per-fragment IntroToShaders.pptx MC = Model Vertex Coordinates WC = World Vertex Coordinates = Eye Vertex Coordinates The Basic Pipeline, Shader-style 3 The Basic Pipeline, Shader-style 4 gl_vertex, gl_normal, gl_color Per-vertex in variables gl_modelviewmatrix, gl_projectionmatrix, gl_modelviewprojectionmatrix Uniform Variables gl_vertex, gl_modelviewmatrix, gl_normal, gl_projectionmatrix, gl_color Per-vertex in variables gl_modelviewprojectionmatrix Uniform Variables MC Model WC View Per-vertex Projection gl_position, Per-vertex out variables Vertex Shader gl_position, Per-vertex out variables Vertex Shader Fragment Shader Framebuffer gl_fragcolor Fragment Processing, Texturing, Per-fragment Per-fragment in variables Uniform Variables Framebuffer gl_fragcolor Fragment Shader Per-fragment in variables Uniform Variables MC = Model Vertex Coordinates WC = World Vertex Coordinates = Eye Vertex Coordinates GLSL Variable Types 5 GLSL Shaders Are Like C With Extensions for Graphics: 6 attribute uniform out / in These are per-vertex in variables. They are assigned per-vertex and passed into the vertex shader, usually with the intent to interpolate them through the rasterizer. These are global values, assigned and left alone for a group of primitives. They are read-only accessible from all of your shaders. They cannot be written to from a shader. These are passed from one shader stage to the next shader stage. In our case, out variables come from the vertex shader, are interpolated in the rasterizer, and go in to the fragment shader. Attribute variables are in variables to the vertex shader. Types include int, ivec2, ivec3, ivec4 Types include float, vec2, vec3, vec4 Types include mat2, mat3, mat4 Types include bool, bvec2, bvec3, bvec4 Types include sampler to access textures Vector components are accessed with [index],.rgba,.xyzw, or.stpq You can ask for parallel SIMD operations (doesn t necessarily do it in hardware): vec4 a, b, c; a = b + c; Vector components can be swizzled ( c1.rgba = c2.abgr ) Type qualifiers: const, attribute, uniform, in, out Variables can have layout qualifiers (more on this later) Thediscard operator is used in fragment shaders to get rid of the current fragment 1

The discard Operator 7 GLSL Shaders Are Missing Some C-isms: 8 if( random_number < 0.5 ) discard; No type casts -- use constructors instead: int i = int( x ); Only some amount of automatic promotion (don t rely on it!) No pointers No strings No enums Can only use 1-D arrays (no bounds checking) Warning: integer division is still integer division! float f = float( 2 / 4 ); // still gives 0. like C, C++, Python, Java The Shaders View of the Basic Pipeline 9 A GLSL Vertex Shader Replaces These Operations: 10 A missing stage is OK. The output from one stage becomes the input of the next stage that is there. Vertex transformations The last stage before the fragment shader feeds its output variables into the rasterizer. The interpolated values then go to the fragment shader We are just going to cover these two Normal transformations Normal unitization (normalization) Computing per-vertex lighting Taking per-vertex texture coordinates (s,t) and passing them through the rasterizer to the fragment shader = Fixed Function = You-Programmable Built-in Vertex Shader Variables You Will Use a Lot: 11 A GLSL Fragment Shader Replaces These Operations: 12 Color computation vec4 gl_vertex vec3 gl_normal vec4 gl_color vec4 gl_multitexcoord0 Texturing Handling of per-fragment lighting Color blending Discarding fragments mat4 gl_modelviewmatrix mat4 gl_projectionmatrix mat4 gl_modelviewprojectionmatrix mat4 gl_normalmatrix (this is the transpose of the inverse of the MV matrix) Built-in Fragment Shader Variables You Will Use a Lot: vec4 gl_position vec4 gl_fragcolor Note: while this all still works, OpenGL now prefers that you pass in all the above variables (except gl_position) as user-defined attribute variables. We ll talk about this later. Note: while this all still works, OpenGL now prefers that you pass information out of the Fragment Shader as out variables. We ll talk about this later. 2

My Own Variable Naming Convention 13 The Minimal Vertex and Fragment Shader 14 With 7 different places that GLSL variables can be written from, I decided to adopt a naming convention to help me recognize what programdefined variables came from what sources: Beginning letter(s) a u v tc te g f Means that the variable Is a per-vertex attribute from the application Is a uniform variable from the application Came from the vertex shader Came from the tessellation control shader Came from the tessellation evaluation shader Came from the geometry shader Came from the fragment shader This isn t part of official OpenGL it is my way of handling the confusion gl_fragcolor = vec4(.5, 1., 0., 1. ); A Reminder (from the Getting Started notes) of what a Rasterizer does There is a piece of hardware called the Rasterizer. Its job is to interpolate a line or polygon, defined by vertices, into a collection of fragments. Think of it as filling in squares on graph paper. A fragment is a pixel-to-be. In computer graphics, pixel is defined as having its full RGBA already computed. A fragment does not yet but all of the information needed to compute the RGBA is there. A fragment is turned into a pixel by the fragment processing operation. Rasterizers interpolate built-in variables, such as the (x,y) position where the pixel will live and the pixel s z-coordinate. They can also interpolate user-defined variables as well. SC NDC Fragment Processing, Texturing, Per-fragment 15 A Little More Interesting vec4 pos = gl_vertex; // set rgb from xyz! in vec3 vcolor; gl_fragcolor = vec4( vcolor, 1. ); 16 Setting rgb From xyz, I 17 What s Changed About This? 18 vcolor = gl_vertex.xyz; vec4 pos = gl_modelviewmatrix * gl_vertex; // set rgb from xyz! in vec3 vcolor; gl_fragcolor = vec4( vcolor, 1. ); 3

What s Different About This? 19 Setting rgb From xyz, II 20 Set the color from the pre-transformed (MC) xyz: vcolor = ( gl_modelviewmatrix * gl_vertex ).xyz; vec4 pos = gl_vertex; // set rgb from xyz! Set the color from the post-transformed (WC/) xyz: vec4 pos = gl_modelviewmatrix * gl_vertex; // set rgb from xyz! why? who cares? Setting rgb From xyz 21 Per-fragment 22 vcolor = gl_vertex.xyz; out vec2 vst; out vec3 vn; out vec3 vl; out vec3 ve; // texture coords // normal vector // vector from point to light // vector from point to eye const vec3 LIGHTPOSITION = vec3( 5., 5., 0. ); vst = gl_multitexcoord0.st; vec4 position = gl_modelviewmatrix * gl_vertex; vn = normalize( gl_normalmatrix * gl_normal ); vl = LIGHTPOSITION - position.xyz; ve = vec3( 0., 0., 0. ) - position.xyz; // normal vector // vector from the point // to the light position // vector from the point // to the eye position vcolor = ( gl_modelviewmatrix * gl_vertex ).xyz; Per-fragment 23 Per-fragment 24 uniform float uka, ukd, uks; uniform vec3 ucolor; uniform vec3 uspecularcolor; uniform float ushininess; in vec2 vst; in vec3 vn; in vec3 vl; in vec3 ve; // coefficients of each type of lighting // object color // light color // specular exponent // texture cords // normal vector // vector from point to light // vector from point to eye Ambient vec3 Normal = normalize(vn); vec3 Light = normalize(vl); vec3 Eye = normalize(ve); Diffuse vec3 ambient = uka * ucolor; float d = max( dot(normal,light), 0. ); vec3 diffuse = ukd * d * ucolor; // only do diffuse if the light can see the point Specular float s = 0.; if( dot(normal,light) > 0. ) // only do specular if the light can see the point vec3 ref = normalize( reflect( -Light, Normal ) ); s = pow( max( dot(eye,ref),0. ), ushininess ); vec3 specular = uks * s * uspecularcolor; gl_fragcolor = vec4( ambient + diffuse + specular, 1. ); Computer Graphics All together now! 4

Within the fragment shader: vec3 mycolor = ucolor; Attaching a Rectangular Pattern to an Object 25 Attaching a Rectangular Pattern to an Object Here s the cool part: It doesn t matter (up to the limits of 32-bit floating-point precision) how far you zoom in. You still get an exact crisp edge. This is an advantage of procedural (equation-based) textures, as opposed to texelbased textures. 26 if( us0-usize/2. <= vst.s && vst.s <= us0+usize/2. && ut0-usize/2. <= vst.t && vst.t <= ut0+usize/2. ) mycolor = vec3( 1., 0., 0. ); Zoomed way in vec3 ambient = uka * mycolor; A C++ Class to Handle the Shaders 27 A C++ Class to Handle the Shaders 28 Setup: Invoking this class in Display( ): GLSLProgram *Pattern; Pattern = new GLSLProgram( ); bool valid = Pattern->Create( "pattern.vert", "pattern.frag" ); if(! valid ) This loads, compiles, and links the shader. If something went wrong, it prints error messages and returns a value of false. float S0, T0; float Ds, Dt; float V0, V1, V2; float ColorR, ColorG, ColorB; Pattern->Use( ); Pattern->SetUniformVariable( "us0", S0); Pattern->SetUniformVariable( "ut0", T0 ); Pattern->SetUniformVariable( "uds", Ds); Pattern->SetUniformVariable( "udt", Dt ); Pattern->SetUniformVariable( ucolor", ColorR, ColorG, ColorB ); glbegin( GL_TRIANGLES ); Pattern->SetAttributeVariable( "av0", V0 ); // don t need for Project #5 glvertex3f( x 0, y 0, z 0 ); Pattern->SetAttributeVariable( "av1", V1 ); // don t need for Project #5 glvertex3f( x 1, y 1, z 1 ); Pattern->SetAttributeVariable( "av2", V2 ); // don t need for Project #5 glvertex3f( x 2, y 2, z 2 ); glend( ); Computer Pattern->Use( Graphics 0 ); // go back to fixed-function OpenGL Setting Up Texturing in Your C/C++ Program 29 2D Texturing 30 You do all the texture things you did before, but add this: out vec2 vst; Pattern->Use( ); This is the Texture Unit Number. It can be 0-15 (and often a lot higher depending on the graphics card). vst = gl_multitexcoord0.st; glactivetexture( GL_TEXTURE5 ); glbindtexture( GL_TEXTURE_2D, texname ); Pattern->SetUniformVariable( utexunit", 5 ); // 0, 1, 2, 3, 4, 5, in vec2 vst; uniform sampler utexunit; Pattern->SetUniformVariable( utexunit", 5 ); vec3 newcolor = texture( utexunit, vst ).rgb; gl_fragcolor = vec4( newcolor, 1. ); 5

2D Texturing 31 Hints on Running Shaders on Your Own System 32 You need a graphics system that is OpenGL 2.0 or later. Basically, if you got your graphics system in the last 5 years, you should be OK. If you don't have access to such a system, use the CGEL. (The most recent OpenGL level there is 4.6) Update your graphics drivers to the most recent level! If you are on Windows, you must do the GLEW setup. It looks like this in the sample code: GLenum err = glewinit( ); if( err!= GLEW_OK ) fprintf( stderr, "glewinit Error\n" ); else fprintf( stderr, "GLEW initialized OK\n" ); And, this must come after you've opened a window. (It is this way in the code, but I'm saying this because I know some of you went in and "simplified" the sample code by deleting everything you didn't think you needed.) You can use the GLSL C++ class you've been given only after GLEW has been setup. So, initialize your shader program: bool valid = Pattern->Create( "pattern.vert", "pattern.frag" ); after successfully initializing GLEW. Guide to Where to Put Pieces of Your Shader Code, I 33 Guide to Where to Put Pieces of Your Shader Code, II 34 Declare the GLSLProgram above the main program (as a global): GLSLProgram *Pattern; At the end of InitGraphics( ), create the shader program and setup your shaders: Pattern = new GLSLProgram( ); bool valid = Pattern->Create( "proj05.vert", "proj05.frag" ); if(! valid ) Use the Shader Program in Display( ): Pattern->Use( ); Pattern->SetUniformVariable(... Tips on drawing the object: If you want to key off of s and t coordinates in your shaders, the object had better have s and t coordinates assigned to its vertices not all do! If you want to use surface normals in your shaders, the object had better have surface normals assigned to its vertices not all do! Be sure you explicitly assign all of your uniform variables no error messages occur if you forget to do this it just quietly screws up. The glutsolidteapot has been textured in patches, like a quilt cute, but weird The MjbSphere( ) function from the texturing project will give you a very good sphere Draw the object here Pattern->Use( 0 ); // return to fixed functionality 6