Uses of Class
eu.svjatoslav.sixth.e3d.gui.Camera
Packages that use Camera
Package
Description
Provides basic geometry classes for 2D and 3D coordinates and shapes.
Graphical user interface components for the Sixth 3D engine.
Ray tracer for rendering voxel data stored in an octree structure.
-
Uses of Camera in eu.svjatoslav.sixth.e3d.geometry
Methods in eu.svjatoslav.sixth.e3d.geometry with parameters of type Camera -
Uses of Camera in eu.svjatoslav.sixth.e3d.gui
Methods in eu.svjatoslav.sixth.e3d.gui that return CameraModifier and TypeMethodDescriptionViewPanel.getCamera()Returns the camera representing the viewer's position and orientation.Constructors in eu.svjatoslav.sixth.e3d.gui with parameters of type Camera -
Uses of Camera in eu.svjatoslav.sixth.e3d.renderer.octree.raytracer
Constructors in eu.svjatoslav.sixth.e3d.renderer.octree.raytracer with parameters of type CameraModifierConstructorDescriptionCameraView(Camera camera, double zoom) Creates a camera view for ray tracing from the given camera and zoom level.RaytracingCamera(Camera camera, double zoom) Creates a raytracing camera at the specified camera position.