Overview. Viewing and perspectives. Planar Geometric Projections. Classical Viewing. Classical views Computer viewing Perspective normalization

Similar documents
Three-Dimensional Graphics III. Guoying Zhao 1 / 67

3D Viewing. With acknowledge to: Ed Angel. Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico

Computer Viewing Computer Graphics I, Fall 2008

CITSTUDENTS.IN VIEWING. Computer Graphics and Visualization. Classical and computer viewing. Viewing with a computer. Positioning of the camera

Introduction to Computer Graphics 4. Viewing in 3D

Fundamental Types of Viewing

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

Computer Viewing and Projection. Overview. Computer Viewing. David Carr Fundamentals of Computer Graphics Spring 2004 Based on Slides by E.

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

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

Course no. DIS4566 National Chiao Tung Univ, Taiwan By: I-Chen Lin, Assistant Professor

Computer Graphics. Jeng-Sheng Yeh 葉正聖 Ming Chuan University (modified from Bing-Yu Chen s slides)

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

3D Viewing. CMPT 361 Introduction to Computer Graphics Torsten Möller. Machiraju/Zhang/Möller

3D Viewing. Introduction to Computer Graphics Torsten Möller. Machiraju/Zhang/Möller

Computer Graphics. Bing-Yu Chen National Taiwan University The University of Tokyo

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

Introduction to Computer Graphics with WebGL

2D and 3D Viewing Basics

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

CS354 Computer Graphics Viewing and Modeling

CS452/552; EE465/505. Models & Viewing

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

CS452/552; EE465/505. Intro to Lighting

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

Chapter 5. Projections and Rendering

Introduction to Computer Graphics with WebGL

Computer Viewing. CITS3003 Graphics & Animation. E. Angel and D. Shreiner: Interactive Computer Graphics 6E Addison-Wesley

5.8.3 Oblique Projections

Viewing with Computers (OpenGL)

Geometry: Outline. Projections. Orthographic Perspective

Announcements. Submitting Programs Upload source and executable(s) (Windows or Mac) to digital dropbox on Blackboard

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

CSC 470 Computer Graphics. Three Dimensional Viewing

Chapter 8 Three-Dimensional Viewing Operations

Lecture 4: Viewing. Topics:

Computer Graphics. P05 Viewing in 3D. Part 1. Aleksandra Pizurica Ghent University

Viewing and Projection

CSC 470 Computer Graphics

Chap 3 Viewing Pipeline Reading: Angel s Interactive Computer Graphics, Sixth ed. Sections 4.1~4.7

CS 4204 Computer Graphics

Overview of Projections: From a 3D world to a 2D screen.

Viewing and Projection

On the Midterm Exam. Monday, 10/17 in class. Closed book and closed notes. One-side and one page cheat sheet is allowed. A calculator is allowed

Virtual Cameras & Their Matrices

Computer Graphics. Chapter 10 Three-Dimensional Viewing

CS 418: Interactive Computer Graphics. Projection

COMP3421. Introduction to 3D Graphics

COMP3421. Introduction to 3D Graphics

Viewing and Projection

7. 3D Viewing. Projection: why is projection necessary? CS Dept, Univ of Kentucky

Viewing. Reading: Angel Ch.5

COMP Computer Graphics and Image Processing. a6: Projections. In part 2 of our study of Viewing, we ll look at. COMP27112 Toby Howard

3D Polygon Rendering. Many applications use rendering of 3D polygons with direct illumination

Describe the Orthographic and Perspective projections. How do we combine together transform matrices?

The Viewing Pipeline adaptation of Paul Bunn & Kerryn Hugo s notes

3.1 Viewing and Projection

COMP3421. Introduction to 3D Graphics

Chap 7, 2008 Spring Yeong Gil Shin

Viewing and Modeling

COMS 4160: Problems on Transformations and OpenGL

So we have been talking about 3D viewing, the transformations pertaining to 3D viewing. Today we will continue on it. (Refer Slide Time: 1:15)

Three-Dimensional Viewing Hearn & Baker Chapter 7

Chapter 5-3D Camera & Optimizations, Rasterization

OpenGL Transformations

Chap 7, 2009 Spring Yeong Gil Shin

QUESTION BANK 10CS65 : COMPUTER GRAPHICS AND VISUALIZATION

Realtime 3D Computer Graphics & Virtual Reality. Viewing

Getting Started. Overview (1): Getting Started (1): Getting Started (2): Getting Started (3): COSC 4431/5331 Computer Graphics.

CS380: Computer Graphics Viewing Transformation. Sung-Eui Yoon ( 윤성의 ) Course URL:

Advanced Computer Graphics (CS & SE )

Chapter 4-3D Camera & Optimizations, Rasterization

Lecture 4. Viewing, Projection and Viewport Transformations

Viewing Transformation

Three Main Themes of Computer Graphics

Computer Graphics. Ch 6. 3D Viewing

Notes on Assignment. Notes on Assignment. Notes on Assignment. Notes on Assignment

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

3D Graphics for Game Programming (J. Han) Chapter II Vertex Processing

Prof. Feng Liu. Fall /19/2016

Computer Graphics. Basic 3D Programming. Contents

Chapter 3 - Basic Mathematics for 3D Computer Graphics

CSE328 Fundamentals of Computer Graphics

Projection Lecture Series

Fachhochschule Regensburg, Germany, February 15, 2017

GEOMETRIC TRANSFORMATIONS AND VIEWING

3D Viewing Episode 2

Today. Rendering pipeline. Rendering pipeline. Object vs. Image order. Rendering engine Rendering engine (jtrt) Computergrafik. Rendering pipeline

COMP Computer Graphics and Image Processing. 5: Viewing 1: The camera. In part 1 of our study of Viewing, we ll look at ˆʹ U ˆ ʹ F ˆʹ S

MAE : Lecture #12 - Projection and Perspective. Lecture Overview:

Projections. Brian Curless CSE 457 Spring Reading. Shrinking the pinhole. The pinhole camera. Required:

Overview. By end of the week:

Models and The Viewing Pipeline. Jian Huang CS456

CS4202: Test. 1. Write the letter corresponding to the library name next to the statement or statements that describe library.

SE Mock Online Retest 2-CG * Required

Reminder: Affine Transformations. Viewing and Projection. Shear Transformations. Transformation Matrices in OpenGL. Specification via Ratios

MORE OPENGL. Pramook Khungurn CS 4621, Fall 2011

Transforms 3: Projection Christian Miller CS Fall 2011

Lecture 5: Viewing. CSE Computer Graphics (Fall 2010)

CS 543: Computer Graphics. Projection

Transcription:

Overview Viewing and perspectives Classical views Computer viewing Perspective normalization Classical Viewing Viewing requires three basic elements One or more objects A viewer with a projection surface Projectors that go from the object(s) to the projection surface Classical views are based on the relationship among these elements The viewer picks up the object and orients it how she would like to see it Each object is assumed to constructed from flat principal faces Buildings, polyhedra, manufactured objects Planar Geometric Projections Standard projections project onto a plane Projectors are lines that either converge at a center of projection are parallel Such projections preserve lines but not necessarily angles Nonplanar projections are needed for applications such as map construction

Classical Projections Perspective vs Parallel Computer graphics treats all projections the same and implements them with a single pipeline Classical viewing developed different techniques for drawing each type of projection Fundamental distinction is between parallel and perspective viewing even though mathematically parallel viewing is the limit of perspective viewing Taxonomy of Planar Geometric Projections Perspective Projection planar geometric projections parallel perspective multiview axonometric orthographic 1 point 2 point 3 point oblique isometric dimetric trimetric

Parallel Projection Orthographic Projection Projectors are orthogonal to projection surface Multiview Orthographic Projection Projection plane parallel to principal face Usually form front, top, side views isometric (not multiview orthographic view) in CAD and architecture, we often display three multiviews plus isometric top front side Advantages and Disadvantages Preserves both distances and angles Shapes preserved Can be used for measurements Building plans Manuals Cannot see what object really looks like because many surfaces hidden from view Often we add the isometric

Axonometric Projections Allow projection plane to move relative to object Types of Axonometric Projections classify by how many angles of a corner of a projected cube are the same none: trimetric two: dimetric three: isometric θ 2 θ 1 θ 3 Advantages and Disadvantages Example, isometric/dimetric Lines are scaled (foreshortened) but can find scaling factors Lines preserved but angles are not Projection of a circle in a plane not parallel to the projection plane is an ellipse Can see three principal faces of a box-like object Some optical illusions possible Parallel lines appear to diverge Does not look real because far objects are scaled the same as near objects Used in CAD applications, games

Oblique Projection Arbitrary relationship between projectors and projection plane Advantages and Disadvantages Can pick the angles to emphasize a particular face Architecture: plan oblique, elevation oblique Angles in faces parallel to projection plane are preserved while we can still see around side In physical world, cannot create with simple camera; possible with bellows camera or special lens (architectural) Perspective Projection Projectors coverge at center of projection Vanishing Points Parallel lines (not parallel to the projection plan) on the object converge at a single point in the projection (the vanishing point) Drawing simple perspectives by hand uses these vanishing point(s) vanishing point

One-Point Perspective One principal face parallel to projection plane One vanishing point for cube Two-Point Perspective One principal direction parallel to projection plane Two vanishing points for cube Three-Point Perspective No principal face parallel to projection plane Three vanishing points for cube Advantages and Disadvantages Objects further from viewer are projected smaller than the same sized objects closer to the viewer (diminution) Looks realistic Equal distances along a line are not projected into equal distances (nonuniform foreshortening) Angles preserved only in planes parallel to the projection plane More difficult to construct by hand than parallel projections (but not more difficult by computer)

Computer Viewing There are three aspects of the viewing process, all of which are implemented in the pipeline, Positioning the camera Setting the model-view matrix Selecting a lens Setting the projection matrix Clipping Setting the view volume The OpenGL Camera In OpenGL, initially the object and camera frames are the same Default model-view matrix is an identity The camera is located at origin and points in the negative z direction OpenGL also specifies a default view volume that is a cube with sides of length 2 centered at the origin Default projection matrix is an identity Default Projection Default projection is orthogonal clipped out 2 z= Moving the Camera Frame If we want to visualize object with both positive and negative z values we can either Move the camera in the positive z direction Translate the camera frame Move the objects in the negative z direction Translate the world frame Both of these views are equivalent and are determined by the model-view matrix Want a translation (gltranslatef(.,.,- d);) d >

Moving Camera back from Origin default frames frames after translation by d d > Moving the Camera We can move the camera to any desired position by a sequence of rotations and translations Example: side view Rotate the camera Move it away from origin Model-view matrix C = TR OpenGL code Remember that last transformation specified is first to be applied glmatrixmode(gl_modelview) glloadidentity(); gltranslatef(.,., -d); glrotatef(9.,., 1.,.); The LookAt Function The GLU library contains the function glulookat to form the required modelview matrix through a simple interface Note the need for setting an up direction Still need to initialize Can concatenate with modeling transformations Example: isometric view of cube aligned with axes glmatrixmode(gl_modelview): glloadidentity(); glulookat(1., 1., 1.,.,.,.,., 1...);

glulookat gllookat(eyex, eyey, eyez, atx, aty, atz, upx, upy, upz) Other Viewing APIs The LookAt function is only one possible API for positioning the camera Others include View reference point, view plane normal, view up (PHIGS, GKS-3D) Yaw, pitch, roll Elevation, azimuth, twist Direction angles Projections and Normalization The default projection in the eye (camera) frame is orthogonal For points within the default view volume x p = x y p = y z p = Most graphics systems use view normalization All other views are converted to the default view by transformations that determine the projection matrix Allows use of the same pipeline for all views Homogeneous Coordinate Representation x p = x y p = y z p = w p = 1 default orthographic projection M = 1 p p = Mp 1 1 In practice, we can let M = I and set the z term to zero later

Simple Perspective Center of projection at the origin Projection plane z = d, d < Perspective Equations Consider top and side views x z / d x p = x z / d y p = y z / d z p = d Homogeneous Coordinate Form consider q = Mp where x y z 1 M = q = p = 1 1 1 1/ d x y z z / d Perspective Division However w 1, so we must divide by w to return from homogeneous coordinates This perspective division yields x p = x z / d y p = y z / d z p = d the desired perspective equations We will consider the corresponding clipping volume with the OpenGL functions

OpenGL Orthogonal Viewing glortho(left,right,bottom,top,near,far) OpenGL Perspective glfrustum(left,right,bottom,top,near,far) near and far measured from camera Using Field of View With glfrustum it is often difficult to get the desired view gluperpective(fovy, aspect, near, far) often provides a better interface front plane aspect = w/h Normalization Rather than derive a different projection matrix for each type of projection, convert all projections to orthogonal projections with the default view volume Use standard transformations in the pipeline Makes for efficient clipping

modelview transformation nonsingular Pipeline View clipping against default cube projection transformation projection 3D 2D perspective division 4D 3D Notes Stay in four-dimensional homogeneous coordinates through both the modelview and projection transformations Both these transformations are nonsingular Default to identity matrices (orthogonal view) Normalization lets us clip against simple cube regardless of type of projection Delay final projection until end Important for hidden-surface removal to retain depth information as long as possible Orthogonal Normalization glortho(left,right,bottom,top,near,far) normalization find transformation to convert specified clipping volume to default Two steps Orthogonal Matrix Move center to origin T(-(left+right)/2, -(bottom+top)/2,(near+far)/2)) Scale to have sides of length 2 S(2/(left-right),2/(top-bottom),2/(near-far)) P = ST = 2 right left 2 top bottom 2 near far right left right left top + bottom top bottom far + near far near 1

Set z = Final Projection Equivalent to the homogeneous coordinate transformation M orth = 1 1 1 Hence, general orthogonal projection in 4D is P = M orth ST Oblique Projections The OpenGL projection functions cannot produce general parallel projections such as However if we look at the example of the cube it appears that the cube has been sheared Oblique Projection = Shear + Orthogonal Projection General Shear Shear Matrix top view side view xy shear (z values unchanged) 1 cotθ H(θ,φ) = 1 cotφ 1 1 Projection matrix General case: P = M orth H(θ,φ) P = M orth STH(θ,φ)

Effect on Clipping The projection matrix P = STH transforms the original clipping volume to the default clipping volume DOP clipping volume object near plane far plane top view x = -1 z = 1 z = -1 DOP x = 1 distorted object (projects correctly) Simple Perspective Consider a simple perspective with the COP at the origin, the near clipping plane at z = -1, and a 9 degree field of view determined by the planes x = ±z, y = ±z Perspective Matrices Simple projection matrix in homogeneous coordinates M = 1 1 1 Note that this matrix is independent of the far clipping plane 1 Generalization N = 1 1 α β 1 after perspective division, the point (x, y, z, 1) goes to x = x/z y = y/z Z = -(α+β/z) which projects orthogonally to the desired point regardless of α and β

Picking α and β If we pick near + far α = far near 2near far β = near far Normalization Transformation distorted object projects correctly the near plane is mapped to z = -1 the far plane is mapped to z =1 and the sides are mapped to x = ± 1, y = ± 1 Hence the new clipping volume is the default clipping volume original clipping volume original object new clipping volume Normalization and Hidden- Surface Removal Although our selection of the form of the perspective matrices may appear somewhat arbitrary, it was chosen so that if z 1 > z 2 in the original clipping volume then the for the transformed points z 1 > z 2 Thus hidden surface removal works if we first apply the normalization transformation However, the formula z = -(α+β/z) implies that the distances are distorted by the normalization which can cause numerical problems especially if the near distance is small OpenGL Perspective glfrustum allows for an unsymmetric viewing frustum (although gluperspective does not)

OpenGL Perspective Matrix The normalization in glfrustum requires an initial shear to form a right viewing pyramid, followed by a scaling to get the normalized perspective volume. Finally, the perspective matrix results in needing only a final orthogonal transformation P = NSH Why do we do it this way? Single pipeline for both perspective and orthogonal viewing Stay in four dimensional homogeneous coordinates as long as possible retains three-dimensional information needed for hidden-surface removal and shading Simplify clipping our previously defined perspective matrix shear and scale Next time: Illumination and shading Light sources Reflection Shading in OpenGL