Uses of Class
com.marginallyclever.ro3.node.nodes.pose.poses.Camera
Package
Description
-
Uses of Camera in com.marginallyclever.ro3
-
Uses of Camera in com.marginallyclever.ro3.apps.viewport
Modifier 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.void
Viewport.setActiveCamera
(Camera camera) -
Uses of Camera in com.marginallyclever.ro3.apps.viewport.viewporttool.move
Modifier and TypeMethodDescriptionstatic javax.vecmath.Matrix4d
MoveUtils.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