1 / 15

Projection

Projection. Our 3-D scenes are all specified in 3-D world coordinates To display these we need to generate a 2-D image --- project objects onto a picture plane Projection is just one part of the process of converting from 3-D world coordinates to a 2-D image.

tonyal
Download Presentation

Projection

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Projection Our 3-D scenes are all specified in 3-D world coordinates To display these we need to generate a 2-D image --- project objects onto a picture plane Projection is just one part of the process of converting from 3-D world coordinates to a 2-D image 3-D world coordinate output primitives Project onto projection plane Transform to 2-D device coordinates Clip against view volume 2-D device coordinates

  2. Projection defined as a mapping of point p(x,y,z) to it’s image point p’(x’y’z’) in projection plane. P(x,y,z) P(x’,y’,z’) Projection plane/ view plane • The mapping is defined by: • Projector • Projection plane

  3. There are two broad classes of projection: • Parallel: Typically used for architectural and • engineering drawings • Perspective: Realistic looking and used in computer • graphics Parallel Projection Perspective Projection

  4. Projection Perspective Projector Parallel One - Point Oblique Projector Orthographic Two - Point Cavalier Projector Cabinet Three - Point Axonometric Multi view Projection Plane Projection Plane Isometric Elevation Planner Diametric Front Top Trimetric Rear Projection Plane Side Projection Plane

  5. Picture Plane Objects in World Space Perspective ProjectionObject position’s are transformed to the view plane along the lines that converge at a pt (C.O.P)So how do we figure out these projections?

  6. Depending on orientation of the projection plane it can be -: A. One vanishing point – : B. Two vanishing point – : C. Three vanishing point – : Vanishing pt / C.O.P Z-axis Vanishing Pt X-axis Vanishing Pt

  7. Parallel ProjectionObject position’s are transformed to the view plane along the lines that are parallel to each other Projector is perpendicular To view plane A. Orthographic projection P(x’,y’,z’) : - - P(x,y,z) Projector makes any angle other than 90’ with view plane Oblique projection : - - P(x,y,z) P(x’,y’,z’)

  8. A. Orthographic Projection View plane is normal to any of the principal axis OR When direction of projection (projector) is parallel to any of the principal axis Multi View :-- Rear view

  9. A. Orthographic Projection View plane is not normal to any of the principal axis OR Direction of projection (projector) is not parallelto any of the principal axis Axonometric Projection :-- When view plane normal (projector) makes equal angle with each principal axis a. Isometric :-- When view plane normal (projector) makes equal angle with two principal axis b. Diametric :- When view plane normal (projector) makes different angle with each principal axis c. Trimetric :-- Q*Bert

  10. Comparison of isometric, dimetric & trimetric

  11. B. Oblique Projection When direction of projection(projector) is not perpendicular to the view plane When direction of projection(projector) makes 45’ angle with the view plane 1. Cavalier :-- When direction of projection(projector) makes ? angle with the view plane where tan(?) = 2 1. Cabinet :--

  12. Examples ofOblique Projection

  13. Advantages and Disadvantages(perspective) • 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)

  14. Advantages and Disadvantage • (parallel) • 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

More Related