Introduction to Computer Graphics with WebGL

Similar documents
CS452/552; EE465/505. Transformations

CS452/552; EE465/505. Models & Viewing

Introduction to Computer Graphics with WebGL

Transformations. Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico

Building Models. Angel and Shreiner: Interactive Computer Graphics 7E Addison-Wesley 2015

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

Objectives. transformation. General Transformations. Affine Transformations. Notation. Pipeline Implementation. Introduce standard transformations

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

Building Models. Objectives Introduce simple data structures for building polygonal models. Vertex lists Edge lists

Computer Graphics (CS 4731) Lecture 11: Implementing Transformations. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Computer Graphics CS 543 Lecture 5 (Part 2) Implementing Transformations

Transformations. Standard Transformations. David Carr Virtual Environments, Fundamentals Spring 2005 Based on Slides by E. Angel

Transformations. Overview. Standard Transformations. David Carr Fundamentals of Computer Graphics Spring 2004 Based on Slides by E.

Basic Elements. Geometry is the study of the relationships among objects in an n-dimensional space

Transformations II. Arbitrary 3D Rotation. What is its inverse? What is its transpose? Can we constructively elucidate this relationship?

CS 4204 Computer Graphics

Order of Transformations

CS452/552; EE465/505. Review & Examples

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

Introduction to Computer Graphics with WebGL

CSC 470 Computer Graphics

Computer Graphics (CS 4731) Lecture 11: Implementing Transformations. Prof Emmanuel Agu. Computer Science Dept. Worcester Polytechnic Institute (WPI)

Programming with OpenGL Complete Programs Objectives Build a complete first program

Lecture 9: Transformations. CITS3003 Graphics & Animation

Lecture 4: Transformations and Matrices. CSE Computer Graphics (Fall 2010)

CS452/552; EE465/505. Image Formation

Models and Architectures. Angel and Shreiner: Interactive Computer Graphics 7E Addison-Wesley 2015

CS452/552; EE465/505. Geometry Transformations

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

3D Mathematics. Co-ordinate systems, 3D primitives and affine transformations

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

CS D Transformation. Junqiao Zhao 赵君峤

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

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

Graphics and Interaction Transformation geometry and homogeneous coordinates

COMP30019 Graphics and Interaction Transformation geometry and homogeneous coordinates

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

Transformations. Rotation and Scaling

Introduction to Computer Graphics with WebGL

Introduction to Computer Graphics with WebGL

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

CS452/552; EE465/505. Intro to Lighting

GEOMETRIC OBJECTS AND TRANSFORMATIONS I

Computer Graphics. Chapter 5 Geometric Transformations. Somsak Walairacht, Computer Engineering, KMITL

Last week. Machiraju/Zhang/Möller/Fuhrmann

CS559 Computer Graphics Fall 2015

We assume that you are familiar with the following:

CS452/552; EE465/505. Image Processing Frame Buffer Objects

GEOMETRIC TRANSFORMATIONS AND VIEWING

Computer Graphics 7: Viewing in 3-D

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

Introduction to Computer Graphics with WebGL

Three Main Themes of Computer Graphics

Classical and Computer Viewing. Adapted From: Ed Angel Professor of Emeritus of Computer Science University of New Mexico

Modeling Transform. Chapter 4 Geometric Transformations. Overview. Instancing. Specify transformation for objects 李同益

Transformation, perspective projection, and LookAT in. Ming Ouhyoung, September 2018

Transforms. COMP 575/770 Spring 2013

Computer Graphics Seminar

Programming with WebGL Part 1: Background. CS 432 Interactive Computer Graphics Prof. David E. Breen Department of Computer Science

Computer Graphics Geometric Transformations

EECE 478. Learning Objectives. Learning Objectives. Linear Algebra and 3D Geometry. Linear algebra in 3D. Coordinate systems

UNIT 2 2D TRANSFORMATIONS

Over the past 15 years, OpenGL has become

2D/3D Geometric Transformations and Scene Graphs

Objectives. Programming with WebGL Part 1: Background. Retained vs. Immediate Mode Graphics. Early History of APIs. PHIGS and X.

Introduction to Computer Graphics with WebGL

For each question, indicate whether the statement is true or false by circling T or F, respectively.

Announcement. Project 1 has been posted online and in dropbox. Due: 11:59:59 pm, Friday, October 14

Computer Graphics (CS 543) Lecture 4a: Linear Algebra for Graphics (Points, Scalars, Vectors)

Transformations Computer Graphics I Lecture 4

Modeling Objects by Polygonal Approximations. Linear and Affine Transformations (Maps)

CS452/552; EE465/505. Overview of Computer Graphics

GLOBAL EDITION. Interactive Computer Graphics. A Top-Down Approach with WebGL SEVENTH EDITION. Edward Angel Dave Shreiner

Review of Thursday. xa + yb xc + yd

Lecture 6 Sections 4.3, 4.6, 4.7. Wed, Sep 9, 2009

1 Transformations. Chapter 1. Transformations. Department of Computer Science and Engineering 1-1

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

CMSC427 Transformations II: Viewing. Credit: some slides from Dr. Zwicker

One or more objects A viewer with a projection surface Projectors that go from the object(s) to the projection surface

Hello, welcome to the video lecture series on Digital Image Processing. So in today's lecture

OPENGL RENDERING PIPELINE

Introduction to OpenGL/GLSL and WebGL GLSL

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

CS 432 Interactive Computer Graphics

Object Representation Affine Transforms. Polygonal Representation. Polygonal Representation. Polygonal Representation of Objects

Core Graphics and OpenGL ES. Dr. Sarah Abraham

COMP3421. Vector geometry, Clipping

Lecture 5: Transforms II. Computer Graphics and Imaging UC Berkeley CS184/284A

521493S Computer Graphics Exercise 2 Solution (Chapters 4-5)

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

Computer Science 336 Fall 2017 Homework 2

Viewing with Computers (OpenGL)

2D and 3D Transformations AUI Course Denbigh Starkey

The Graphics Pipeline and OpenGL I: Transformations!

CS451Real-time Rendering Pipeline

Overview. Affine Transformations (2D and 3D) Coordinate System Transformations Vectors Rays and Intersections

COMP3421. Week 2 - Transformations in 2D and Vector Geometry Revision

Transforms 1 Christian Miller CS Fall 2011

(Refer Slide Time: 00:04:20)

CS 130 Final. Fall 2015

Transcription:

1 Introduction to Computer Graphics with WebGL Ed Angel Transformations General Transformations A transformation maps points to other points and/or vectors to other vectors v=t(u) Q=T(P) 2 Affine Transformations Line preserving Characteristic of many physically important transformations - Rigid body transformations: rotation, translation - Scaling, shear Importance in graphics is that we need only transform endpoints of line segments and let implementation draw line segment between the transformed endpoints 3

4 Pipeline Implementation T (from application program) u v transformation T(u) T(v) rasterizer frame buffer v T(v) u T(u) T(u) vertices vertices pixels T(v) Translation Move (translate, displace) a point to a new location P P Displacement determined by a vector d - Three degrees of freedom - P =P+d d 5 How many ways? Although we can move a point to a new location in infinite ways, when we move many points there is usually only one way object translation: every point displaced by same vector 6

7 Translation Using Representations Using the homogeneous coordinate representation in some frame p=[ x y z 1] T p =[x y z 1] T d=[dx dy dz 0] T Hence p = p + d or x =x+d x y =y+d y z =z+d z note that this expression is in four dimensions and expresses point = vector + point Translation Matrix We can also express translation using a 4 x 4 matrix T in homogeneous coordinates p =Tp where T = T(d x, d y, d z ) = This form is better for implementation because all affine transformations can be expressed this way and multiple transformations can be concatenated together 8 Moving the Camera If objects are on both sides of z=0, we must move camera frame T=M T = 9

1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science Laboratory UNM Presidential Teaching Fellow University of New Mexico Rotation (2D) Consider rotation about the origin by θ degrees - radius stays the same, angle increases by θ x = r cos (φ + θ) y = r sin (φ + θ) x =x cos θ y sin θ y = x sin θ + y cos θ x = r cos φ y = r sin φ 2 Rotation about the z axis Rotation about z axis in three dimensions leaves all points with the same z - Equivalent to rotation in two dimensions in planes of constant z x =x cos θ y sin θ y = x sin θ + y cos θ z =z w =w - or in homogeneous coordinates p =R z (θ)p 3

4 Rotation Matrix R = R z (θ) = Rotation about x and y axes Same argument as for rotation about z axis - For rotation about x axis, x is unchanged - For rotation about y axis, y is unchanged R = R x (θ) = R = R y (θ) = 5 Scaling Expand or contract along each axis (fixed point of origin) x =s x x y =s y y z =s z z p =Sp S = S(s x, s y, s z ) = 6

7 Reflection corresponds to negative scale factors s x = -1 s y = 1 original s x = -1 s y = -1 s x = 1 s y = -1

1 Introduction to Computer Graphics with WebGL Ed Angel Transformations 3 Shear Helpful to add one more basic transformation Equivalent to pulling faces in opposite directions 2 Shear Matrix Consider simple shear along x axis x = x + y cot θ y = y z = z H(θ) = 3

4 Inverses Although we could compute inverse matrices by general formulas, we can use simple geometric observations - Translation: T -1 (d x, d y, d z ) = T(-d x, -d y, -d z ) - Rotation: R -1 (θ) = R(-θ) Holds for any rotation matrix Note that since cos(-θ) = cos(θ) and sin(-θ)=-sin(θ) R -1 (θ) = R T (θ) - Scaling: S -1 (s x, s y, s z ) = S(1/s x, 1/s y, 1/s z ) - Shear: H -1 (θ) = H(-θ) Concatenation We can form arbitrary affine transformation matrices by multiplying together rotation, translation, and scaling matrices Because the same transformation is applied to many vertices, the cost of forming a matrix M=ABCD is not significant compared to the cost of computing Mp for many vertices p The difficult part is how to form a desired transformation from the specifications in the application 5 Order of Transformations Note that matrix on the right is the first applied Mathematically, the following are equivalent p = ABCp = A(B(Cp)) Note many references use column matrices to represent points. In terms of column matrices p T = p T C T B T A T 6

7 General Rotation About the Origin A rotation by θ about an arbitrary axis can be decomposed into the concatenation of rotations about the x, y, and z axes R(θ) = R z (θ z ) R y (θ y ) R x (θ x ) θ x θ y θ z are called the Euler angles y θ v Note that rotations do not commute We can use rotations in another order but with different angles z x Rotation About a Fixed Point other than the Origin Move fixed point to origin Rotate Move fixed point back M = T(p f ) R(θ) T(-p f ) 8 Instancing In modeling, we often start with a simple object centered at the origin, oriented with the axis, and at a standard size We apply an instance transformation to its vertices to Scale Orient Locate 9

1 Introduction to Computer Graphics with WebGL Ed Angel Transformations in WebGL OpenGL and Transformations Three major tasks involving transformations - modeling - positioning and orienting the camera - projection All can be carried out in either the CPU or GPU All can be specified by 4 x 4 matrices Fixed function OpenGL had a set of transformation matrices - now deprecated - must form and apply these transformations ourselves 2 Model-View Transformation Components of a model are specified in model coordinates which are brought into the world by instancing - model coordinate to object coordinate transformation - affine: rotation, translation, scaling application (object coordinate) specification must be converted to camera coordinates - specify camera position and orientation in object coordinates - affine: rotation, translation, scaling Combine into the model-view transformation 3

Projection Transformation Projection is equivalent to specifying the lens and size of the camera - combination of a non-affine projection transformation and clipping - projection transformation can be specified by a 4 x 4 homogeneous coordinate matrix - requires perspective division Projection transformation in WebGL results in a representation in clip coordinate Combining the two the output of the vertex shader is q = P*MV*p 4 Current Transformation Matrix (CTM) Conceptually there is a 4 x 4 homogeneous coordinate matrix, the current transformation matrix (CTM) that is applied to all vertices that pass down the pipeline - product (concatenation) of model-view matrix and projection matrix The CTM is defined in the user program and can be applied in either the CPU or GPU vertices p C CTM p =Cp vertices 5 CTM operations The CTM can be altered either by loading a new CTM or by postmutiplication Load an identity matrix: C I Load an arbitrary matrix: C M Load a translation matrix: C T Load a rotation matrix: C R Load a scaling matrix: C S Postmultiply by an arbitrary matrix: C CM Postmultiply by a translation matrix: C CT Postmultiply by a rotation matrix: C C R Postmultiply by a scaling matrix: C C S 6

7 Rotation about a Fixed Point Start with identity matrix: C I Move fixed point to origin: C CT Rotate: C CR Move fixed point back: C CT -1 Result: C = TR T 1 which is backwards. This result is a consequence of doing postmultiplications. Let s try again. Reversing the Order We want C = T 1 R T so we must do the operations in the following order C I C CT -1 C CR C CT Each operation corresponds to one function call in the program. Note that the last operation specified is the first executed in the program 8 CTM in WebGL OpenGL had a model-view and a projection matrix in the pipeline which were concatenated together to form the CTM We will emulate this process 9

1 Using MV.js in Application Create an identity matrix: var m = mat4(); Multiply on right by rotation matrix of theta in degrees where (vx, vy, vz) define axis of rotation var r = rotate(theta, vx, vy, vz); m = mult(m, r); Also have rotatex, rotatey, rotatez Do same with translation and scaling: var s = scale( sx, sy, sz) var t = translate(dx, dy, dz); m = mult(s, t); 0 Example Rotation about z axis by 30 degrees with a fixed point of (1.0, 2.0, 3.0) var m = mult(translate(1.0, 2.0, 3.0), rotate(30.0, 0.0, 0.0, 1.0)); m = mult(m, translate(-1.0, -2.0, -3.0)); Remember that last matrix specified in the program is the first applied 1 1 Arbitrary Matrices Can load and multiply by matrices defined in the application program Matrices are stored as one dimensional array of 16 elements by MV.js but can be treated as 4 x 4 matrices in row major order WebGL wants column major data gl.unifrommatrix4f has a parameter for automatic transpose by it must be set to false. flatten function converts to column major order which is required by WebGL functions 1 2

1 Matrix Stacks In many situations we want to save transformation matrices for use later - Traversing hierarchical data structures Pre 3.1 OpenGL maintained stacks for each type of matrix Easy to create the same functionality in JS - push and pop are part of Array object var stack = [ ] stack.push(modelviewmatrix); modelviewmatrix = stack.pop(); 3

1 Introduction to Computer Graphics with WebGL Ed Angel Modeling A Cube Rotating Cube Example 2 What is a Cube? For rendering: 12 triangles using 36 vertices Geometrically there are only 8 distinct vertices - need a data structure Depending on the API - 6 faces (or 6 intersecting planes) - 1 atomic object (Computer Solid Geometry) Our approach: 6 faces, each a quadrilateral that is is rendered as two triangles, a triangle strip or a triangle fan - use a simple data structure to share vertices 3

Assumptions Specify vertices in clip coordinates Specify a color attribute for each vertex Use default camera Don t have to worry about projection matrix Model-view matrix is only needed for rotation - rotate model with respect to fixed camera 4 Define global array for vertices Modeling a Cube var vertices = [ vec3( -0.5, -0.5, 0.5 ), vec3( -0.5, 0.5, 0.5 ), vec3( 0.5, 0.5, 0.5 ), vec3( 0.5, -0.5, 0.5 ), vec3( -0.5, -0.5, -0.5 ), vec3( -0.5, 0.5, -0.5 ), vec3( 0.5, 0.5, -0.5 ), vec3( 0.5, -0.5, -0.5 ) ]; 5 Colors Define global array for colors var vertexcolors = [ [ 0.0, 0.0, 0.0, 1.0 ], // black [ 1.0, 0.0, 0.0, 1.0 ], // red [ 1.0, 1.0, 0.0, 1.0 ], // yellow [ 0.0, 1.0, 0.0, 1.0 ], // green [ 0.0, 0.0, 1.0, 1.0 ], // blue [ 1.0, 0.0, 1.0, 1.0 ], // magenta [ 0.0, 1.0, 1.0, 1.0 ], // cyan [ 1.0, 1.0, 1.0, 1.0 ] // white ]; 6

7 Draw cube from faces function colorcube( ) { quad(0,3,2,1); quad(2,3,7,6); quad(0,4,7,3); quad(1,2,6,5); quad(4,5,6,7); quad(0,1,5,4); } 1 5 6 2 4 7 Note that vertices are ordered so that we obtain correct outward facing normals Each quad generates two triangles 0 3 var canvas, gl; var numvertices = 36; var points = []; var colors = []; Initialization window.onload = function init(){ canvas = document.getelementbyid( "gl-canvas" ); gl = WebGLUtils.setupWebGL( canvas ); colorcube(); gl.viewport( 0, 0, canvas.width, canvas.height ); gl.clearcolor( 1.0, 1.0, 1.0, 1.0 ); gl.enable(gl.depth_test); // rest of initialization and html file // same as previous examples 8 The quad Function Put position and color data for two triangles from a list of indices into the array vertices var quad(a, b, c, d) { var indices = [ a, b, c, a, c, d ]; for ( var i = 0; i < indices.length; ++i ) { points.push( vertices[indices[i]]); colors.push( vertexcolors[indices[i]] ); // for solid colored faces use //colors.push(vertexcolors[a]); } } 9

Render Function function render(){ gl.clear( gl.color_buffer_bit gl.depth_buffer_bit); gl.drawarrays( gl.triangles, 0, numvertices ); requestanimframe( render ); } 1 0 Mapping indices to faces var indices = [ 1,0,3, 3,2,1, 2,3,7, 7,6,2, 3,0,4, 4,7,3, 6,5,1, 1,2,6, 4,5,6, 6,7,4, 5,4,0, 0,1,5 ]; 1 1 Rendering by Elements Send indices to GPU var ibuffer = gl.createbuffer(); gl.bindbuffer(gl.element_array_buffer, ibuffer); gl.bufferdata(gl.element_array_buffer, new Uint8Array(indices), gl.static_draw); Render by elements gl.drawelements( gl.triangles, numvertices, gl.unsigned_byte, 0 ); Even more efficient if we use triangle strips or triangle fans 1 2

1 Introduction to Computer Graphics with WebGL Ed Angel Rotating the Cube Rotating Cube Example 2 Using Transformations Example: Begin with a cube rotating Use mouse and a button listener to change direction of rotation Start with a program that draws a cube in a standard way - Centered at origin - Sides aligned with axes - Will discuss modeling in next lecture - Color and position are vertex attributes Add buttons to control rotation direction 3

Where do we apply transformation? Same issue as with rotating square - in application to vertices - in vertex shader: send MV matrix - in vertex shader: send angles Choice between second and third unclear Do we do trigonometry once in CPU or for every vertex in shader? - GPUs have trig functions hardwired in silicon 4 Event Listeners var theta = [0, 0, 0]; var xaxis = 0; var yaxis = 1; var zaxis = 2; var axis = xaxis; document.getelementbyid( "xbutton" ).onclick = function () { axis = xaxis;}; document.getelementbyid( "ybutton" ).onclick = function () { axis = yaxis;}; document.getelementbyid( "zbutton" ).onclick = function () { axis = zaxis;}; 5 Rendering function render(){ gl.clear( gl.color_buffer_bit gl.depth_buffer_bit); theta[axis] += 2.0; gl.uniform3fv(thetaloc, theta); gl.drawarrays( gl.triangles, 0, NumVertices ); requestanimframe( render ); } 6

attribute vec4 vposition; attribute vec4 vcolor; varying vec4 fcolor; uniform vec3 theta; Rotation Shader void main() { vec3 angles = radians( theta ); vec3 c = cos( angles ); vec3 s = sin( angles ); // Remember: these matrices are column-major mat4 rx = mat4( 1.0, 0.0, 0.0, 0.0, 0.0, c.x, s.x, 0.0, 0.0, -s.x, c.x, 0.0, 0.0, 0.0, 0.0, 1.0 ); 7 Rotation Shader (cont) mat4 ry = mat4( c.y, 0.0, -s.y, 0.0, 0.0, 1.0, 0.0, 0.0, s.y, 0.0, c.y, 0.0, 0.0, 0.0, 0.0, 1.0 ); mat4 rz = mat4( c.z, -s.z, 0.0, 0.0, s.z, c.z, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0 ); fcolor = vcolor; gl_position = rz * ry * rx * vposition; } 8 Smooth Rotation From a practical standpoint, we are often want to use transformations to move and reorient an object smoothly - Problem: find a sequence of model-view matrices M 0,M 1,..,M n so that when they are applied successively to one or more objects we see a smooth transition For orientating an object, we can use the fact that every rotation corresponds to part of a great circle on a sphere - Find the axis of rotation and angle - Virtual trackball 9

1 Interfaces One of the major problems in interactive computer graphics is how to use a two-dimensional device such as a mouse to interface with three dimensional objects Example: how to form an instance matrix? Some alternatives - Virtual trackball - 3D input devices such as the spaceball - Gestural devices - Use areas of the screen Distance from center controls angle, position, scale depending on mouse button depressed 0