Class CameraView
java.lang.Object
eu.svjatoslav.sixth.e3d.renderer.octree.raytracer.CameraView
Represents camera view. Used to compute direction of rays during ray tracing.
-
Constructor Summary
ConstructorsConstructorDescriptionCameraView(Camera camera, double zoom) Creates a camera view for ray tracing from the given camera and zoom level. -
Method Summary
-
Constructor Details
-
CameraView
Creates a camera view for ray tracing from the given camera and zoom level.- Parameters:
camera- the camera to create a view forzoom- the zoom level (scales the view frustum)
-