Class RtParameterCamera
- java.lang.Object
-
- one.empty3.library.core.raytracer.RtNode
-
- one.empty3.library.core.raytracer.RtCamera
-
- one.empty3.library.core.raytracer.RtTargetCamera
-
- one.empty3.library.core.raytracer.RtParameterCamera
-
public class RtParameterCamera extends RtTargetCamera
-
-
Field Summary
Fields Modifier and Type Field Description static int
ORIENTATION_HORIZONTALE
static int
ORIENTATION_VERTICALE
-
Fields inherited from class one.empty3.library.core.raytracer.RtCamera
mCamPos, mRightVec, mUpVec, mVecDir, mViewplaneDist, mViewplaneHeight, mViewPlaneUpLeft, mViewplaneWidth
-
-
Constructor Summary
Constructors Constructor Description RtParameterCamera(Point3D camPos, Point3D lookAtPoint, Point3D upVector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getAngleH()
double
getAngleV()
int
getOrientation()
void
setAngleH(double angleH)
void
setAngleV(double angleV)
void
setOrientation(int orientation)
-
Methods inherited from class one.empty3.library.core.raytracer.RtCamera
getPosition, intersectsNode
-
Methods inherited from class one.empty3.library.core.raytracer.RtNode
getName, getNodeInstance, getNodeType, setName, setNodeType
-
-
-
-
Field Detail
-
ORIENTATION_HORIZONTALE
public static final int ORIENTATION_HORIZONTALE
- See Also:
- Constant Field Values
-
ORIENTATION_VERTICALE
public static final int ORIENTATION_VERTICALE
- See Also:
- Constant Field Values
-
-