Uses of Class
com.marginallyclever.ro3.node.nodes.pose.poses.Camera
Packages that use Camera
Package
Description
-
Uses of Camera in com.marginallyclever.ro3
Fields in com.marginallyclever.ro3 with type parameters of type Camera -
Uses of Camera in com.marginallyclever.ro3.apps.pathtracer
Methods in com.marginallyclever.ro3.apps.pathtracer that return CameraMethods in com.marginallyclever.ro3.apps.pathtracer with parameters of type CameraModifier and TypeMethodDescriptionvoidvoidPathTracerPanel.itemRemoved(Object source, Camera item) voidPathTracer.setActiveCamera(Camera camera) Set the camera to be used for rendering the scene.voidPathTracerPanel.setActiveCamera(Camera camera) -
Uses of Camera in com.marginallyclever.ro3.apps.viewport
Methods in com.marginallyclever.ro3.apps.viewport that return CameraMethods in com.marginallyclever.ro3.apps.viewport with parameters of type CameraModifier and TypeMethodDescriptionViewport.getRayThroughPoint(Camera camera, double normalizedX, double normalizedY) Return the ray, in world space, that starts at the camera and passes through this viewport at (x,y) in the current projection.Viewport.getRayThroughPointUntransformed(Camera camera, double normalizedX, double normalizedY) Return the ray, in camera space, that starts at the origin and passes through this viewport at (x,y) in the current projection.voidViewport.setActiveCamera(Camera camera) -
Uses of Camera in com.marginallyclever.ro3.apps.viewport.viewporttool.move
Methods in com.marginallyclever.ro3.apps.viewport.viewporttool.move with parameters of type CameraModifier and TypeMethodDescriptionstatic javax.vecmath.Matrix4dMoveUtils.getPivotMatrix(FrameOfReference frameOfReference, SelectedItems selectedItems, Camera camera) Get the pivot matrix of the selected items. -
Uses of Camera in com.marginallyclever.ro3.node.nodes.pose.poses
Constructors in com.marginallyclever.ro3.node.nodes.pose.poses with parameters of type Camera