PROJECTIONS KOYEL DATTA GUPTA.

Slides:



Advertisements
Similar presentations
Computer Graphics - Viewing -
Advertisements

PROJECTION SYSTEMS FFD 104 – PARALINE DRAWINGS ORTOGRAPHIC PROJECTION
Three Dimensional Viewing
Projection.
1 View Shandong University Software College Instructor: Zhou Yuanfeng
ENGINEERING GRAPHICS 1E9
Classical Viewing CS4395: Computer Graphics 1 Mohan Sridharan Based on slides created by Edward Angel.
IT- 601: Computer Graphics Lecture-11 Mathematics of Projection Jesmin Akhter Lecturer,IIT Jahangirnagar University, Savar, Dhaka,Bangladesh.
1 Chapter 5 Viewing. 2 Perspective Projection 3 Parallel Projection.
Computer Graphics (fall 2009)
Transformation & Projection Feng Yu Proseminar Computer Graphics :
Computer Graphics I, Fall 2010 Classical Viewing.
1 Introduction to Computer Graphics with WebGL Ed Angel Professor Emeritus of Computer Science Founding Director, Arts, Research, Technology and Science.
Viewing Angel Angel: Interactive Computer Graphics5E © Addison-Wesley
1 E. Angel and D. Shreiner : Interactive Computer Graphics 6E © Addison-Wesley 2012 Classical Viewing Sai-Keung Wong ( 黃世強 ) Computer Science National.
1 Classical Viewing. 2 Objectives Introduce the classical views Compare and contrast image formation by computer with how images have been formed by architects,
C O M P U T E R G R A P H I C S Guoying Zhao 1 / 67 C O M P U T E R G R A P H I C S Guoying Zhao 1 / 67 Computer Graphics Three-Dimensional Graphics III.
Computer Graphics Bing-Yu Chen National Taiwan University.
CAP 4703 Computer Graphic Methods Prof. Roy Levow Chapter 5.
Demetriou/Loizidou – ACSC330 – Chapter 5 Viewing Dr. Giorgos A. Demetriou Computer Science Frederick Institute of Technology.
Engineering H191 - Drafting / CAD Gateway Engineering Education Coalition Lect 3P. 1Autumn Quarter Orthographic Projection Lecture 3.
CS 325 Introduction to Computer Graphics 02 / 22 / 2010 Instructor: Michael Eckmann.
CS5500 Computer Graphics March 12, 2007.
University of North Carolina at Greensboro
12/24/2015 A.Aruna/Assistant professor/IT/SNSCE 1.
1 Angel: Interactive Computer Graphics 4E © Addison-Wesley 2005 Classical Viewing Ed Angel Professor of Computer Science, Electrical and Computer Engineering,
Projection.
Rendering Pipeline Fall, D Polygon Rendering Many applications use rendering of 3D polygons with direct illumination.
Classical Viewing Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
Projections Angel: Interactive Computer Graphics.
1 PTT 105/3: Engineering Graphics. TAXONOMY OF PLANAR GEOMETRIC PROJECTIONS PTT 105/3: Engineering Graphics 2 Planar Geometric Projections Parallel Multiview.
RAC/RA Projection Types of Projection Simple Projections Generalized Projection.
Classical Viewing Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico.
Viewing Angel Angel: Interactive Computer Graphics5E © Addison-Wesley
Viewing. Classical Viewing Viewing requires three basic elements - One or more objects - A viewer with a projection surface - Projectors that go from.
Computer Graphics Lecture 09 Fasih ur Rehman. Last Class Viewing – Perspectives – Projections.
Computer Graphics Lecture 19 PROJECTIONS I Taqdees A. Siddiqi
Projection. Conceptual model of 3D viewing process.
Computer Graphics Projections.
PROJECTIONS PROJECTIONS 1. Transform 3D objects on to a 2D plane using projections 2 types of projections Perspective Parallel In parallel projection,
COMPUTER GRAPHICS 1/36 Viewing 1 Viewing: Types of Projections Computer Graphics.
Scale and Projections. Scale Scales are used to measure distances on technical drawings. Types of scales – Mechanical Engineers Scale (Fractional divisions)
Pictorial Drawings.
Viewing 고려대학교 컴퓨터 그래픽스 연구실 kucg.korea.ac.kr.
Chapter 11 Three-Dimensional Geometric and Modeling Transformations
Rendering Pipeline Fall, 2015.
University of North Carolina at Greensboro
AXONOMETRIC PROJECTION
PERSPECTIVE PROJECTION…...
Projection Our 3-D scenes are all specified in 3-D world coordinates
3D Viewing cgvr.korea.ac.kr.
Rendering Pipeline Aaron Bloomfield CS 445: Introduction to Graphics
CSC461: Lecture 18 Classical Viewing
CLASS 7 Review: Axonometric/Oblique Projections Isometric Projection
Unit 4 3D Viewing Pipeline Part - 2
Classical Viewing Ed Angel
Isaac Gang University of Mary Hardin-Baylor
Introduction to Computer Graphics with WebGL
Three Dimensional Viewing
Planar Geometric Projection Classes
AXONOMETRIC PROJECTION
Viewing (Projections)
Viewing (Projections)
Interactive Computer Graphics Viewing
Chapter 5 Isometric Sketching.
Review: Axonometric/Oblique Projections Isometric Projection
University of New Mexico
Isaac Gang University of Mary Hardin-Baylor
Chapter 5 Isometric Sketching.
Presentation transcript:

PROJECTIONS KOYEL DATTA GUPTA

Classical Projections

Projection

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

Parallel Projection

Orthographic Projection Projectors are orthogonal to projection surface Arguably the simplest projection Image plane is perpendicular to one of the coordinate axes; Project onto plane by dropping that coordinate; All rays are parallel.

Orthographic Projection Projection plane parallel to principal face Usually form front, top, side views

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 classify by how many angles of a corner of a projected cube are the same none: trimetric two: dimetric three: isometric 根据对立方体进行投影时一个角点处有多少个角相等进行分类 q 1 q 3 q 2

Types of Axonometric Projections

Advantages and Disadvantages 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

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

Perspective Projection

Perspective Projection Projectors converge at center of projection Naturally we see things in perspective Objects appear smaller the farther away they are; Rays from view point are not parallel.

Vanishing Points vanishing point 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)

Three-Point Perspective No principal face parallel to projection plane Three vanishing points for cube

Two-Point Perspective On principal direction parallel to projection plane Two vanishing points for cube

One-Point Perspective One principal face parallel to projection plane One vanishing point 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)

Perspective projections COP at origin Looking in –z direction Projection plane in front of origin at z=d

Foreshortening By similar triangles in previous image, we see that and similarly for y. Using the perspective matrix we get p’ =

Q1 Using the origin as the centre of projection, derive the perspective transformation onto the plane passing through the point R0(x0,y0,z0) and having normal vector N=n1i+n2j+n3k

A1 P(x,y,z) is projected onto P’(x’,y’,z’) x’=αx, y’= αy , z’= αz n1x’+n2y’+n3z’=d (where d=n1x0+n2y0+n3z0) α=d/(n1x+n2y+n3z) d 0 0 0 PerN,R0= 0 d 0 0 0 0 d 0 n1 n2 n3 0

Q2 Find the perspective projection onto the view plane z=d where the centre of projection is the origin(0,0,0)

Q3 Derive the general perspective transformation onto a plane with reference point R0(x0,y0,z0), normal vector N=n1i+n2j+n3k, and using C(a,b,c) as the centre of projection

A3 PerN,R0’=TC. PerN,R0 .T-C

Q4 Derive parallel projection onto xy plane in the direction of projection V=ai+bj+ck

A4 x’-x=ka , y’-y=kb , z’-z=kc k=-z/c (z’=0 on xy plane) 1 0 -a/c ParV= 0 1 -b/c 0 0 0