Package renderer.pipeline
Class World2View
- java.lang.Object
-
- renderer.pipeline.World2View
-
public class World2View extends Object
Transform eachVertexof aModelfrom the world coordinate system to theCamera's view coordinate system.For each
Vertexobject in aModelobject, use theCamera's world-to-view translationVectorto transform the object'sVertexcoordinates from the world coordinate system to the camera's view coordinate system.