Class RtCamera

java.lang.Object
one.empty3.library.core.raytracer.RtNode
one.empty3.library.core.raytracer.RtCamera
Direct Known Subclasses:
RtTargetCamera

public class RtCamera extends RtNode
  • Field Details

    • mViewplaneDist

      protected double mViewplaneDist
    • mViewplaneWidth

      protected double mViewplaneWidth
    • mViewplaneHeight

      protected double mViewplaneHeight
    • mCamPos

      protected Point3D mCamPos
    • mVecDir

      protected Point3D mVecDir
    • mUpVec

      protected Point3D mUpVec
    • mRightVec

      protected Point3D mRightVec
    • mViewPlaneUpLeft

      protected Point3D mViewPlaneUpLeft
  • Constructor Details

  • Method Details