Clip coordinates

The clip coordinate system is a homogeneous coordinate system in the graphics pipeline.[1] In OpenGL, clip coordinates are positioned in the pipeline just after view coordinates and just before normalized device coordinates.

Objects are transformed via a projection transformation into clip coordinates, at which point it may be efficiently determined on an object-by-object basis which portions of the objects will be visible to the user. All coordinates may then be divided by the component (the fourth component in homogeneous coordinates) in what is called the perspective division. This transformation puts the objects into normalized device coordinates.

Clipping algorithms

References

  1. Dave Shreiner; OpenGL Architecture Review Board (2006). OpenGL programming guide: the official guide to learning OpenGL, version 2. Addison-Wesley. ISBN 978-0-321-33573-9. Retrieved 29 December 2011.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.