Uses of Class
raymarcher.Camera

Packages that use Camera
Package Description
raymarcher  
  • Uses of Camera in raymarcher

    Fields in raymarcher declared as Camera
    Modifier and Type Field Description
    private Camera Screen.camera
    The camera from which to render the scene
    Constructors in raymarcher with parameters of type Camera
    Constructor Description
    Screen​(int screenWidth, int screenHeight, Camera camera, double framerate)
    Creates a Screen window and sets up the rendering for the camera and scene