|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttracer.Camera
public class Camera
Represents the camera: viewing window = [left,bottom] x [right,top], with z-coordinate near
Field Summary | |
---|---|
float |
bottom
|
float |
left
|
float |
near
|
Vec3 |
origin
|
float |
right
|
float |
top
|
Constructor Summary | |
---|---|
Camera()
|
Method Summary | |
---|---|
void |
parse(Parser p)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Vec3 origin
public float left
public float bottom
public float right
public float top
public float near
Constructor Detail |
---|
public Camera()
Method Detail |
---|
public void parse(Parser p) throws java.io.IOException
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |