SlideShare une entreprise Scribd logo
1  sur  28
Advanced Graphics &
Animation
3D Viewing Pipeline
Three-dimensional Viewing Pipeline
Transform into view coordinates
and Canonical view volume
Clip against canonical view
volume
Project on to view plane
Map into viewport
Transform to physical
Device coordinates
transform
clip
transform
World coordinates(3D)
View coordinates(3D)
View coordinates(3D)
View coordinates(2D)
Normalized device coordinates
Physical device coordinates
Parallel Projection
 Mostly used by drafters and engineers to create working drawings
of an object which preserves its scale and shape.
 The distance between the COP and the projection plane is infinite
i.e. The projectors are parallel to each other and have a fixed
direction.
P1
P2
P1‟
P2‟
Projection plane
• Orthographic projection:
here direction of projection is perpendicular to the
view plane.
• Axonometric projection:
when direction of projection is not parallel to any of
three principal axes.
Perspective Projection
• Generalization of the principles used by artists in drawing of scenes.
• It takes object representation in view space (L.H.S.) and produce a
projection on the view plane (canvas used by the artist).
• The projection of a 3D point onto the viewplane is the intersection of
the line from the point to the COP (eye position of the artist).
Cont.
• Distance between the COP and projection plane is finite.
• Perspective projection does not preserve object scale and shape.
P1
P2
P1‟
P2‟
Projection plane
COP
Perspective Anomalies
Perspective foreshortening
- the farther an object from the COP, the smaller it appears (i.e. its
projected size becomes smaller).
cop
View plane
Vanishing points
- there is an illusion that certain sets of parallel lines (that are not
parallel to the view plane ) appear to meet at some point on the view
plane.
- the vanishing point for any set of parallel lines that are parallel
to one of principal axis is referred to as a principal vanishing point
(PVP).
- the number of PVPs is determined by the number of principal
axes intersected by the view plane.
One principal vanishing point projection
- occurs when the projection plane is perpendicular to one of the
principal axes (x, y or z ).
Vanishing point
View plane is parallel to
XY-plane and intersects
Z-axis only.
Two principal vanishing point projection
X-axis
Vanishing point Z-axis
Vanishing point
View plane intersects
Both X and Z axis but
not the Y axis
• Three principal vanishing point intersection
View plane intersects all
Three of the principal axis
X, Y and Z axis
VP1
VP3
VP2
Deriving Perspective Projection
Assume
point vertex denoting COP : (xc,yc,zc)
point on the object : (x1,y1,z1)
representation of “projection ray” containing above two points
x = xc + ( x1-xc) u …………..eq 1
y = yc + ( y1-yc) u …………..eq 2
z = zc + ( z1-zc) u …………..eq 3
The projected point (x2, y2,D) will be the point where this line intersects the
XY plane . Putting z=0 for this intersection point in eq 3 .
u = - zc / z1-zc
Substituting into first two equations,
x2 =
y2 =
Value of D may be computed which is different from zero (to
preserve depth relationship between objects)
D = z1 / (z1 –zc)
z-z
zx-zx
c1
c11c
z-z
zy-zy
c1
c11c
Standard perspective projection
y
x
z
A (x,0,z)
A‟ (x‟,0,0)
P (x ,y, z)
P‟ (x‟,y‟,0)
C(0,0,-d)
do
(0,0,0)B (0,0,z)
z
Using similar triangles ABC and A‟OC,
x‟ = d.x / (z+d)
y‟ = d.y / (z+d)
z‟ = 0
matrix representation :
d100
0000
00d0
000d
 viewing based on synthetic camera analogy.
Specifying an arbitrary 3D view
By selecting different viewing parameters, user
can position the synthetic camera.
View reference
point
View-up vector
View plane
Effect of change of viewing parameters
 Imagine a string tied to „view reference point‟ on one end and to the
synthetic camera on the other end.
 By changing viewing parameters, we can swing the camera through
the arc or change the length of the string.
- changing the view distance is equivalent to how far away
from the object the camera is when it takes the picture.
- changing the view reference point will change the part of the
object that is shown at the origin.
Cont.
- changing the view plane normal is equivalent to
taking photograph of object from different orientations.
- changing view-up is equivalent to twisting the camera
in our hands. It fixes the camera angle.
View Volume
- The view volume bounds that portion of the
3D space that is to be clipped out and
projected onto the view plane.
View Volume for Perspective Projection
- its shape is semi-infinite pyramid with apex at the
view point and edge passing through the corners of the
window.
cop
View
window
Front clipping
plane
Back clipping
plane
Frustum view volume
View Volume for Parallel Projection
-It's shape is an infinite parallelepiped with sides parallel to the
direction of projection.
Parallelepiped
Viewed volume
View
window
Front clipping
plane
Back clipping
plane
Producing a Canonical view volume for a
perspective projection
cop
View
window
Front
clip
Back clip
View frustum
centerlineGeneral shape
for the Perspective
View volume
View volume
Step 1: shear the view volume so that centerline of the frustum is
perpendicular to the view plane and passes through the center of the
view window.
Frustum centerline
View volume
Step2: scale view volume inversely proportional to the distance from
the view window, so that shape of view volume becomes rectangular
parallelepiped.
View volume
Converting object coordinates to view plane
coordinates
 similar to the process of rotation about an arbitrary axis
zw
Yw
xw
World coordinate system
Yv
Xv
VRP
View plane (eye)
coordinate system
Steps:
1. Translate origin to view reference point (VRP).
2. Translate along the view plane normal by view distance.
3. Align object coordinate‟s z-axis with view plane coordinates z-
axis (the view plane normal).
a)- Rotate about x-axis to place the line (ie. Object coordinates
z-axis) in the view plane coordinates xz-plane.
b)- Rotate about y-axis to move the z axis to its proper position.
c)- Rotate about the z-axis until x and y axis are in place in the
view plane coordinates.
Ref:
„Computer Graphics‟ by S. Harrington (pp. 279-284)

Contenu connexe

Tendances

Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfacesAnkur Kumar
 
Parallel projection
Parallel projectionParallel projection
Parallel projectionPrince Shahu
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processingAhmed Daoud
 
Hidden lines & surfaces
Hidden lines & surfacesHidden lines & surfaces
Hidden lines & surfacesAnkur Kumar
 
Polygon clipping
Polygon clippingPolygon clipping
Polygon clippingMohd Arif
 
3D transformation in computer graphics
3D transformation in computer graphics3D transformation in computer graphics
3D transformation in computer graphicsSHIVANI SONI
 
Computer graphics - colour crt and flat-panel displays
Computer graphics - colour crt and flat-panel displaysComputer graphics - colour crt and flat-panel displays
Computer graphics - colour crt and flat-panel displaysVishnupriya T H
 
Concept of basic illumination model
Concept of basic illumination modelConcept of basic illumination model
Concept of basic illumination modelAnkit Garg
 
Raster scan system & random scan system
Raster scan system & random scan systemRaster scan system & random scan system
Raster scan system & random scan systemshalinikarunakaran1
 
4. THREE DIMENSIONAL DISPLAY METHODS
4.	THREE DIMENSIONAL DISPLAY METHODS4.	THREE DIMENSIONAL DISPLAY METHODS
4. THREE DIMENSIONAL DISPLAY METHODSSanthiNivas
 
Anti- aliasing computer graphics
Anti- aliasing computer graphicsAnti- aliasing computer graphics
Anti- aliasing computer graphicsSafayet Hossain
 

Tendances (20)

Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfaces
 
Spline representations
Spline representationsSpline representations
Spline representations
 
Parallel projection
Parallel projectionParallel projection
Parallel projection
 
Illumination Models & Shading
Illumination Models & ShadingIllumination Models & Shading
Illumination Models & Shading
 
Curves and surfaces
Curves and surfacesCurves and surfaces
Curves and surfaces
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
Hidden lines & surfaces
Hidden lines & surfacesHidden lines & surfaces
Hidden lines & surfaces
 
Ray tracing
 Ray tracing Ray tracing
Ray tracing
 
Depth Buffer Method
Depth Buffer MethodDepth Buffer Method
Depth Buffer Method
 
Polygon clipping
Polygon clippingPolygon clipping
Polygon clipping
 
3D transformation in computer graphics
3D transformation in computer graphics3D transformation in computer graphics
3D transformation in computer graphics
 
Computer graphics - colour crt and flat-panel displays
Computer graphics - colour crt and flat-panel displaysComputer graphics - colour crt and flat-panel displays
Computer graphics - colour crt and flat-panel displays
 
GRPHICS06 - Shading
GRPHICS06 - ShadingGRPHICS06 - Shading
GRPHICS06 - Shading
 
Clipping
ClippingClipping
Clipping
 
Concept of basic illumination model
Concept of basic illumination modelConcept of basic illumination model
Concept of basic illumination model
 
Frame buffer
Frame bufferFrame buffer
Frame buffer
 
Raster scan system & random scan system
Raster scan system & random scan systemRaster scan system & random scan system
Raster scan system & random scan system
 
4. THREE DIMENSIONAL DISPLAY METHODS
4.	THREE DIMENSIONAL DISPLAY METHODS4.	THREE DIMENSIONAL DISPLAY METHODS
4. THREE DIMENSIONAL DISPLAY METHODS
 
Anti- aliasing computer graphics
Anti- aliasing computer graphicsAnti- aliasing computer graphics
Anti- aliasing computer graphics
 
3 d display methods
3 d display methods3 d display methods
3 d display methods
 

Similaire à 3 d viewing

Similaire à 3 d viewing (20)

Three dimensional concepts - Computer Graphics
Three dimensional concepts - Computer GraphicsThree dimensional concepts - Computer Graphics
Three dimensional concepts - Computer Graphics
 
Projection
ProjectionProjection
Projection
 
View in 3_d_asper_syllabus
View in 3_d_asper_syllabusView in 3_d_asper_syllabus
View in 3_d_asper_syllabus
 
View in 3_d_asper_syllabus
View in 3_d_asper_syllabusView in 3_d_asper_syllabus
View in 3_d_asper_syllabus
 
Lecture 11 Perspective Projection
Lecture 11 Perspective ProjectionLecture 11 Perspective Projection
Lecture 11 Perspective Projection
 
viewing3d pipeline
viewing3d pipelineviewing3d pipeline
viewing3d pipeline
 
08viewing3d
08viewing3d08viewing3d
08viewing3d
 
projections - engineering drawing
projections - engineering drawing projections - engineering drawing
projections - engineering drawing
 
6. Perspective Projection .pdf
6. Perspective  Projection                    .pdf6. Perspective  Projection                    .pdf
6. Perspective Projection .pdf
 
3 projection computer graphics
3 projection computer graphics3 projection computer graphics
3 projection computer graphics
 
3 d projections
3 d projections3 d projections
3 d projections
 
Windows and viewport
Windows and viewportWindows and viewport
Windows and viewport
 
3D Display
3D Display3D Display
3D Display
 
3D Graphics : Computer Graphics Fundamentals
3D Graphics : Computer Graphics Fundamentals3D Graphics : Computer Graphics Fundamentals
3D Graphics : Computer Graphics Fundamentals
 
ppt.pdf
ppt.pdfppt.pdf
ppt.pdf
 
Eg unit 5 1
Eg unit 5  1Eg unit 5  1
Eg unit 5 1
 
Write a program to perform Oblique projection
Write a program to perform Oblique projectionWrite a program to perform Oblique projection
Write a program to perform Oblique projection
 
Perspective projection
Perspective projectionPerspective projection
Perspective projection
 
Notes04.pdf
Notes04.pdfNotes04.pdf
Notes04.pdf
 
Graphics_3D viewing
Graphics_3D viewingGraphics_3D viewing
Graphics_3D viewing
 

Dernier

FULL NIGHT — 9999894380 Call Girls In Uttam Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Uttam Nagar | DelhiFULL NIGHT — 9999894380 Call Girls In Uttam Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Uttam Nagar | DelhiSaketCallGirlsCallUs
 
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112Nitya salvi
 
FULL NIGHT — 9999894380 Call Girls In Najafgarh | Delhi
FULL NIGHT — 9999894380 Call Girls In Najafgarh | DelhiFULL NIGHT — 9999894380 Call Girls In Najafgarh | Delhi
FULL NIGHT — 9999894380 Call Girls In Najafgarh | DelhiSaketCallGirlsCallUs
 
architect Hassan Khalil portfolio Year 2024
architect Hassan Khalil portfolio  Year 2024architect Hassan Khalil portfolio  Year 2024
architect Hassan Khalil portfolio Year 2024hassan khalil
 
FULL NIGHT — 9999894380 Call Girls In Delhi | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi | DelhiFULL NIGHT — 9999894380 Call Girls In Delhi | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi | DelhiSaketCallGirlsCallUs
 
FULL NIGHT — 9999894380 Call Girls In Mahipalpur | Delhi
FULL NIGHT — 9999894380 Call Girls In Mahipalpur | DelhiFULL NIGHT — 9999894380 Call Girls In Mahipalpur | Delhi
FULL NIGHT — 9999894380 Call Girls In Mahipalpur | DelhiSaketCallGirlsCallUs
 
FULL NIGHT — 9999894380 Call Girls In Ashok Vihar | Delhi
FULL NIGHT — 9999894380 Call Girls In Ashok Vihar | DelhiFULL NIGHT — 9999894380 Call Girls In Ashok Vihar | Delhi
FULL NIGHT — 9999894380 Call Girls In Ashok Vihar | DelhiSaketCallGirlsCallUs
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableSeo
 
Hire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls Agency
Hire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls AgencyHire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls Agency
Hire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls AgencyNitya salvi
 
Moradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Moradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableMoradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Moradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableNitya salvi
 
DELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| Delhi
DELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| DelhiDELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| Delhi
DELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| Delhidelhimunirka444
 
FULL NIGHT — 9999894380 Call Girls In Delhi Cantt | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi Cantt | DelhiFULL NIGHT — 9999894380 Call Girls In Delhi Cantt | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi Cantt | DelhiSaketCallGirlsCallUs
 
Bobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfBobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfMARIBEL442158
 
Barasat call girls 📞 8617697112 At Low Cost Cash Payment Booking
Barasat call girls 📞 8617697112 At Low Cost Cash Payment BookingBarasat call girls 📞 8617697112 At Low Cost Cash Payment Booking
Barasat call girls 📞 8617697112 At Low Cost Cash Payment BookingNitya salvi
 
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607dollysharma2066
 
FULL NIGHT — 9999894380 Call Girls In Patel Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Patel Nagar | DelhiFULL NIGHT — 9999894380 Call Girls In Patel Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Patel Nagar | DelhiSaketCallGirlsCallUs
 
Call Girls in Sakinaka 9892124323, Vashi CAll Girls Call girls Services, Che...
Call Girls in Sakinaka  9892124323, Vashi CAll Girls Call girls Services, Che...Call Girls in Sakinaka  9892124323, Vashi CAll Girls Call girls Services, Che...
Call Girls in Sakinaka 9892124323, Vashi CAll Girls Call girls Services, Che...Pooja Nehwal
 

Dernier (20)

FULL NIGHT — 9999894380 Call Girls In Uttam Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Uttam Nagar | DelhiFULL NIGHT — 9999894380 Call Girls In Uttam Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Uttam Nagar | Delhi
 
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
VIP Ramnagar Call Girls, Ramnagar escorts Girls 📞 8617697112
 
FULL NIGHT — 9999894380 Call Girls In Najafgarh | Delhi
FULL NIGHT — 9999894380 Call Girls In Najafgarh | DelhiFULL NIGHT — 9999894380 Call Girls In Najafgarh | Delhi
FULL NIGHT — 9999894380 Call Girls In Najafgarh | Delhi
 
architect Hassan Khalil portfolio Year 2024
architect Hassan Khalil portfolio  Year 2024architect Hassan Khalil portfolio  Year 2024
architect Hassan Khalil portfolio Year 2024
 
FULL NIGHT — 9999894380 Call Girls In Delhi | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi | DelhiFULL NIGHT — 9999894380 Call Girls In Delhi | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi | Delhi
 
Pakistani Bur Dubai Call Girls # +971528960100 # Pakistani Call Girls In Bur ...
Pakistani Bur Dubai Call Girls # +971528960100 # Pakistani Call Girls In Bur ...Pakistani Bur Dubai Call Girls # +971528960100 # Pakistani Call Girls In Bur ...
Pakistani Bur Dubai Call Girls # +971528960100 # Pakistani Call Girls In Bur ...
 
FULL NIGHT — 9999894380 Call Girls In Mahipalpur | Delhi
FULL NIGHT — 9999894380 Call Girls In Mahipalpur | DelhiFULL NIGHT — 9999894380 Call Girls In Mahipalpur | Delhi
FULL NIGHT — 9999894380 Call Girls In Mahipalpur | Delhi
 
Dubai Call Girls Service # +971588046679 # Call Girls Service In Dubai # (UAE)
Dubai Call Girls Service # +971588046679 # Call Girls Service In Dubai # (UAE)Dubai Call Girls Service # +971588046679 # Call Girls Service In Dubai # (UAE)
Dubai Call Girls Service # +971588046679 # Call Girls Service In Dubai # (UAE)
 
FULL NIGHT — 9999894380 Call Girls In Ashok Vihar | Delhi
FULL NIGHT — 9999894380 Call Girls In Ashok Vihar | DelhiFULL NIGHT — 9999894380 Call Girls In Ashok Vihar | Delhi
FULL NIGHT — 9999894380 Call Girls In Ashok Vihar | Delhi
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
Pakistani Dubai Call Girls # 971528960100 # Pakistani Call Girls In Dubai # (...
Pakistani Dubai Call Girls # 971528960100 # Pakistani Call Girls In Dubai # (...Pakistani Dubai Call Girls # 971528960100 # Pakistani Call Girls In Dubai # (...
Pakistani Dubai Call Girls # 971528960100 # Pakistani Call Girls In Dubai # (...
 
Hire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls Agency
Hire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls AgencyHire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls Agency
Hire 💕 8617370543 Mumbai Suburban Call Girls Service Call Girls Agency
 
Moradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Moradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service AvailableMoradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
Moradabad Call Girls - 📞 8617697112 🔝 Top Class Call Girls Service Available
 
DELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| Delhi
DELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| DelhiDELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| Delhi
DELHI NCR —@9711106444 Call Girls In Majnu Ka Tilla (MT)| Delhi
 
FULL NIGHT — 9999894380 Call Girls In Delhi Cantt | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi Cantt | DelhiFULL NIGHT — 9999894380 Call Girls In Delhi Cantt | Delhi
FULL NIGHT — 9999894380 Call Girls In Delhi Cantt | Delhi
 
Bobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdfBobbie goods coloring book 81 pag_240127_163802.pdf
Bobbie goods coloring book 81 pag_240127_163802.pdf
 
Barasat call girls 📞 8617697112 At Low Cost Cash Payment Booking
Barasat call girls 📞 8617697112 At Low Cost Cash Payment BookingBarasat call girls 📞 8617697112 At Low Cost Cash Payment Booking
Barasat call girls 📞 8617697112 At Low Cost Cash Payment Booking
 
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
GENUINE EscoRtS,Call Girls IN South Delhi Locanto TM''| +91-8377087607
 
FULL NIGHT — 9999894380 Call Girls In Patel Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Patel Nagar | DelhiFULL NIGHT — 9999894380 Call Girls In Patel Nagar | Delhi
FULL NIGHT — 9999894380 Call Girls In Patel Nagar | Delhi
 
Call Girls in Sakinaka 9892124323, Vashi CAll Girls Call girls Services, Che...
Call Girls in Sakinaka  9892124323, Vashi CAll Girls Call girls Services, Che...Call Girls in Sakinaka  9892124323, Vashi CAll Girls Call girls Services, Che...
Call Girls in Sakinaka 9892124323, Vashi CAll Girls Call girls Services, Che...
 

3 d viewing

  • 2. Three-dimensional Viewing Pipeline Transform into view coordinates and Canonical view volume Clip against canonical view volume Project on to view plane Map into viewport Transform to physical Device coordinates transform clip transform World coordinates(3D) View coordinates(3D) View coordinates(3D) View coordinates(2D) Normalized device coordinates Physical device coordinates
  • 3. Parallel Projection  Mostly used by drafters and engineers to create working drawings of an object which preserves its scale and shape.  The distance between the COP and the projection plane is infinite i.e. The projectors are parallel to each other and have a fixed direction. P1 P2 P1‟ P2‟ Projection plane
  • 4. • Orthographic projection: here direction of projection is perpendicular to the view plane. • Axonometric projection: when direction of projection is not parallel to any of three principal axes.
  • 5. Perspective Projection • Generalization of the principles used by artists in drawing of scenes. • It takes object representation in view space (L.H.S.) and produce a projection on the view plane (canvas used by the artist). • The projection of a 3D point onto the viewplane is the intersection of the line from the point to the COP (eye position of the artist).
  • 6. Cont. • Distance between the COP and projection plane is finite. • Perspective projection does not preserve object scale and shape. P1 P2 P1‟ P2‟ Projection plane COP
  • 7. Perspective Anomalies Perspective foreshortening - the farther an object from the COP, the smaller it appears (i.e. its projected size becomes smaller). cop View plane
  • 8. Vanishing points - there is an illusion that certain sets of parallel lines (that are not parallel to the view plane ) appear to meet at some point on the view plane. - the vanishing point for any set of parallel lines that are parallel to one of principal axis is referred to as a principal vanishing point (PVP). - the number of PVPs is determined by the number of principal axes intersected by the view plane.
  • 9. One principal vanishing point projection - occurs when the projection plane is perpendicular to one of the principal axes (x, y or z ). Vanishing point View plane is parallel to XY-plane and intersects Z-axis only.
  • 10. Two principal vanishing point projection X-axis Vanishing point Z-axis Vanishing point View plane intersects Both X and Z axis but not the Y axis
  • 11. • Three principal vanishing point intersection View plane intersects all Three of the principal axis X, Y and Z axis VP1 VP3 VP2
  • 12. Deriving Perspective Projection Assume point vertex denoting COP : (xc,yc,zc) point on the object : (x1,y1,z1) representation of “projection ray” containing above two points x = xc + ( x1-xc) u …………..eq 1 y = yc + ( y1-yc) u …………..eq 2 z = zc + ( z1-zc) u …………..eq 3 The projected point (x2, y2,D) will be the point where this line intersects the XY plane . Putting z=0 for this intersection point in eq 3 . u = - zc / z1-zc
  • 13. Substituting into first two equations, x2 = y2 = Value of D may be computed which is different from zero (to preserve depth relationship between objects) D = z1 / (z1 –zc) z-z zx-zx c1 c11c z-z zy-zy c1 c11c
  • 14. Standard perspective projection y x z A (x,0,z) A‟ (x‟,0,0) P (x ,y, z) P‟ (x‟,y‟,0) C(0,0,-d) do (0,0,0)B (0,0,z) z
  • 15. Using similar triangles ABC and A‟OC, x‟ = d.x / (z+d) y‟ = d.y / (z+d) z‟ = 0 matrix representation : d100 0000 00d0 000d
  • 16.  viewing based on synthetic camera analogy. Specifying an arbitrary 3D view
  • 17. By selecting different viewing parameters, user can position the synthetic camera. View reference point View-up vector View plane
  • 18. Effect of change of viewing parameters  Imagine a string tied to „view reference point‟ on one end and to the synthetic camera on the other end.  By changing viewing parameters, we can swing the camera through the arc or change the length of the string. - changing the view distance is equivalent to how far away from the object the camera is when it takes the picture. - changing the view reference point will change the part of the object that is shown at the origin.
  • 19. Cont. - changing the view plane normal is equivalent to taking photograph of object from different orientations. - changing view-up is equivalent to twisting the camera in our hands. It fixes the camera angle.
  • 20. View Volume - The view volume bounds that portion of the 3D space that is to be clipped out and projected onto the view plane.
  • 21. View Volume for Perspective Projection - its shape is semi-infinite pyramid with apex at the view point and edge passing through the corners of the window. cop View window Front clipping plane Back clipping plane Frustum view volume
  • 22. View Volume for Parallel Projection -It's shape is an infinite parallelepiped with sides parallel to the direction of projection. Parallelepiped Viewed volume View window Front clipping plane Back clipping plane
  • 23. Producing a Canonical view volume for a perspective projection cop View window Front clip Back clip View frustum centerlineGeneral shape for the Perspective View volume View volume
  • 24. Step 1: shear the view volume so that centerline of the frustum is perpendicular to the view plane and passes through the center of the view window. Frustum centerline View volume
  • 25. Step2: scale view volume inversely proportional to the distance from the view window, so that shape of view volume becomes rectangular parallelepiped. View volume
  • 26. Converting object coordinates to view plane coordinates  similar to the process of rotation about an arbitrary axis zw Yw xw World coordinate system Yv Xv VRP View plane (eye) coordinate system
  • 27. Steps: 1. Translate origin to view reference point (VRP). 2. Translate along the view plane normal by view distance. 3. Align object coordinate‟s z-axis with view plane coordinates z- axis (the view plane normal). a)- Rotate about x-axis to place the line (ie. Object coordinates z-axis) in the view plane coordinates xz-plane. b)- Rotate about y-axis to move the z axis to its proper position. c)- Rotate about the z-axis until x and y axis are in place in the view plane coordinates.
  • 28. Ref: „Computer Graphics‟ by S. Harrington (pp. 279-284)