Package renderer.pipeline
Class World2View
- java.lang.Object
-
- renderer.pipeline.World2View
-
public class World2View extends Object
Transform eachVertex
of aModel
from the world coordinate system to theCamera
's view coordinate system.For each
Vertex
object in aModel
object, use theCamera
's world-to-view translationVector
to transform the object'sVertex
coordinates from the world coordinate system to the camera's view coordinate system.