University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2016

Slides:



Advertisements
Similar presentations
Defining the Viewing Coordinate System
Advertisements

Computer Graphics Lecture 4 Geometry & Transformations.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2005 Tamara Munzner Display Lists, Viewing.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2007 Tamara Munzner Viewing/Projections I.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2008 Tamara Munzner Viewing/Projections IV.
Transformations II Week 2, Wed Jan 17
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2005 Tamara Munzner Projections II Week 4,
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2008 Tamara Munzner Viewing/Projections III.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2007 Tamara Munzner Viewing/Projections II.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2005 Tamara Munzner Transformations II Week.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2007 Tamara Munzner Viewing/Projections III.
Essentials of Interactive Computer Graphics: Concepts and Implementation K. Sung, P. Shirley, S. Baer Chapter 14 Chapter 14: The Camera.
Computer Graphics (Fall 2008) COMS 4160, Lecture 3: Transformations 1
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2008 Tamara Munzner Viewing/Projections I.
Linear Algebra Review CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2005.
CHAPTER 7 Viewing and Transformations © 2008 Cengage Learning EMEA.
COMP 175: Computer Graphics March 24, 2015
Viewing and Projections
2/24/04© University of Wisconsin, CS559 Spring 2004 Last Time 3D Transformations –Most are natural extensions of 2D transforms –Rotations can be represented.
Graphics Graphics Korea University cgvr.korea.ac.kr 3D Viewing 고려대학교 컴퓨터 그래픽스 연구실.
Geometric Camera Models
CAP4730: Computational Structures in Computer Graphics 3D Transformations.
Jinxiang Chai CSCE441: Computer Graphics 3D Transformations 0.
Jinxiang Chai Composite Transformations and Forward Kinematics 0.
Transformational Geometry CS418 Computer Graphics John C. Hart.
Viewing CS418 Computer Graphics John C. Hart. Graphics Pipeline Homogeneous Divide Model Coords Model Xform World Coords Viewing Xform Still Clip Coords.
Jens Krüger & Polina Kondratieva – Computer Graphics and Visualization Group computer graphics & visualization 3D Rendering Praktikum: Shader Gallery The.
Review on Graphics Basics. Outline Polygon rendering pipeline Affine transformations Projective transformations Lighting and shading From vertices to.
Graphics CSCI 343, Fall 2015 Lecture 16 Viewing I
Rendering Pipeline Fall, D Polygon Rendering Many applications use rendering of 3D polygons with direct illumination.
3-D Transformational Geometry CS418 Computer Graphics John C. Hart.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2007 Tamara Munzner Viewing/Projections IV.
A Photograph of two papers
CS552: Computer Graphics Lecture 11: Orthographic Projection.
CS559: Computer Graphics Lecture 9: 3D Transformation and Projection Li Zhang Spring 2010 Most slides borrowed from Yungyu ChuangYungyu Chuang.
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2008 Tamara Munzner Viewing/Projections I.
A Photograph of two papers The Model: 2 papers – 8cm x 8cm and 5cm x 5cm The Camera – Simple pinhole – No focusing capability The Scene – Arrangements.
Transformations University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2016 Tamara Munzner.
Perspective projection
Final Review I University of British Columbia
Rendering Pipeline Fall, 2015.
Computer Graphics CC416 Week 14 3D Graphics.
CSE 167 [Win 17], Lecture 3: Transformations 1 Ravi Ramamoorthi
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2016
Computer Graphics CC416 Week 15 3D Graphics.
Transformations V, Viewing I Week 3, Fri Jan 22
3D Viewing cgvr.korea.ac.kr.
Rendering Pipeline Aaron Bloomfield CS 445: Introduction to Graphics
CSCE 441 Computer Graphics 3-D Viewing
Modeling 101 For the moment assume that all geometry consists of points, lines and faces Line: A segment between two endpoints Face: A planar area bounded.
3D Transformation Pipeline
Viewing/Projections I Week 3, Fri Jan 25
Transformations 6 University of British Columbia
A Photograph of two papers
OpenGL 2D Viewing Pipeline
GEOMETRIC CAMERA MODELS
Transformations 3 University of British Columbia
Geometric Camera Models
Viewing II Week 4, Mon Jan 25
Last Time Canonical view pipeline Projection Local Coordinate Space
2D Geometric Transformations
Chap 3 Viewing Pipeline Reading:
Viewing III Week 4, Wed Jan 27
CSCE441: Computer Graphics 2D/3D Transformations
Viewing/Projections I Week 3, Fri Jan 25
THREE-DIMENSIONAL VIEWING
University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2016
Transformations 2 University of British Columbia
Viewing Transformations II
Presentation transcript:

Viewing 1 http://www.ugrad.cs.ubc.ca/~cs314/Vjan2016 University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2016 Viewing 1 http://www.ugrad.cs.ubc.ca/~cs314/Vjan2016

Viewing

Using Transformations three ways modelling transforms place objects within scene (shared world) affine transformations viewing transforms place camera rigid body transformations: rotate, translate projection transforms change type of camera projective transformation

Scene graph Object geometry Rendering Pipeline Scene graph Object geometry Modelling Transforms Viewing Transform Projection Transform

Scene graph Object geometry Rendering Pipeline result all vertices of scene in shared 3D world coordinate system Scene graph Object geometry Modelling Transforms Viewing Transform Projection Transform

Scene graph Object geometry Rendering Pipeline result scene vertices in 3D view (camera) coordinate system Scene graph Object geometry Modelling Transforms Viewing Transform Projection Transform

Scene graph Object geometry Rendering Pipeline result 2D screen coordinates of clipped vertices Scene graph Object geometry Modelling Transforms Viewing Transform Projection Transform

Viewing and Projection need to get from 3D world to 2D image projection: geometric abstraction what eyes or cameras do two pieces viewing transform: where is the camera, what is it pointing at? perspective transform: 3D to 2D flatten to image

Coordinate Systems result of a transformation names convenience animal: leg, head, tail standard conventions in graphics pipeline object/modelling world camera/viewing/eye screen/window raster/device

Projective Rendering Pipeline object world viewing O2W W2V V2C OCS WCS VCS projection transformation modeling transformation viewing transformation clipping C2N CCS OCS - object/model coordinate system WCS - world coordinate system VCS - viewing/camera/eye coordinate system CCS - clipping coordinate system NDCS - normalized device coordinate system DCS - device/display/screen coordinate system perspective divide normalized device N2D NDCS viewport transformation device DCS

Viewing Transformation y VCS image plane z OCS z y Peye y x x WCS object world viewing OCS WCS VCS modeling transformation viewing transformation Mmod Mcam modelview matrix

Basic Viewing starting spot - GL camera at world origin y axis is up probably inside an object y axis is up looking down negative z axis why? RHS with x horizontal, y vertical, z out of screen translate backward so scene is visible move distance d = focal length

Convenient Camera Motion rotate/translate/scale versus eye point, gaze/lookat direction, up vector lookAt(ex,ey,ez,lx,ly,lz,ux,uy,uz)

Convenient Camera Motion rotate/translate/scale versus eye point, gaze/lookat direction, up vector y lookat x Pref WCS view up z eye Peye

Placing Camera in World Coords: V2W treat camera as if it’s just an object translate from origin to eye rotate view vector (lookat – eye) to w axis rotate around w to bring up into vw-plane y z x WCS v u VCS Peye w Pref up view eye lookat

Deriving V2W Transformation translate origin to eye y z x WCS v u VCS Peye w Pref up view eye lookat

Deriving V2W Transformation rotate view vector (lookat – eye) to w axis w: normalized opposite of view/gaze vector g y z x WCS v u VCS Peye w Pref up view eye lookat

Deriving V2W Transformation rotate around w to bring up into vw-plane u should be perpendicular to vw-plane, thus perpendicular to w and up vector t v should be perpendicular to u and w y z x WCS v u VCS Peye w Pref up view eye lookat

Deriving V2W Transformation rotate from WCS xyz into uvw coordinate system with matrix that has columns u, v, w reminder: rotate from uvw to xyz coord sys with matrix M that has columns u,v,w MV2W=TR

V2W vs. W2V MV2W=TR we derived position of camera as object in world invert for lookAt: go from world to camera! MW2V=(MV2W)-1=R-1T-1 inverse is transpose for orthonormal matrices inverse is negative for translations

V2W vs. W2V MW2V=(MV2W)-1=R-1T-1

Moving the Camera or the World? two equivalent operations move camera one way vs. move world other way example initial GL camera: at origin, looking along -z axis create a unit square parallel to camera at z = -10 translate in z by 3 possible in two ways camera moves to z = -3 Note GL models viewing in left-hand coordinates camera stays put, but world moves to -7 resulting image same either way possible difference: are lights specified in world or view coordinates?

World vs. Camera Coordinates Example a = (1,1)W C2 c b = (1,1)C1 = (5,3)W c = (1,1)C2= (1,3)C1 = (5,5)W b a C1 W