<<< Common Terminology | Index | What is OpenGL? >>> |
We have several 3D spaces to consider:
Local/Object - the coordinate system the mesh was modeled in
World - the coordinate system of the virtual environment
View/Camera - the coordinate system relative to the camera
Clip - windowing system
We use mathematics to transform vertices from one space to another
<<< Common Terminology | Index | What is OpenGL? >>> |