public class JoglCameraLens
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
aspect |
protected float |
farDist |
protected float |
nearDist |
protected JoglMatrixd4x4 |
projMatrix |
Constructor and Description |
---|
JoglCameraLens() |
Modifier and Type | Method and Description |
---|---|
double |
getAspect() |
JoglVectord2 |
getDepthRange() |
JoglRay |
GetRay(JoglCamera cam,
JoglVectord2 p) |
void |
logProjectionMatrix() |
JoglVectord3 |
ProjectToScreen(double x,
double y,
double z,
double aspect) |
void |
SetProjectionMatrix(GraphicsPipeline pipe) |
protected double aspect
protected float nearDist
protected float farDist
protected JoglMatrixd4x4 projMatrix
public JoglVectord2 getDepthRange()
public double getAspect()
public void SetProjectionMatrix(GraphicsPipeline pipe)
public JoglVectord3 ProjectToScreen(double x, double y, double z, double aspect)
public JoglRay GetRay(JoglCamera cam, JoglVectord2 p)
public void logProjectionMatrix()