Skip to main content

Interface: Volume3DCamera

Camera Interface. See https://kitware.github.io/vtk-examples/site/VTKBook/03Chapter3/#35-cameras if you want to know more about the camera.

Extends​

Properties​

anchorCanvas?​

optional anchorCanvas: ViewAnchor

Inherited from​

ViewportCameraBase.anchorCanvas

Defined in​

packages/core/src/RenderingEngine/GenericViewport/ViewportCameraTypes.ts:14


anchorWorld?​

optional anchorWorld: Point3

Inherited from​

ViewportCameraBase.anchorWorld

Defined in​

packages/core/src/RenderingEngine/GenericViewport/ViewportCameraTypes.ts:13


aspectRatio?​

optional aspectRatio: Point2

Aspect Ratio

Inherited from​

ICamera.aspectRatio

Defined in​

packages/core/src/types/ICamera.ts:37


clippingRange?​

optional clippingRange: Point2

clipping range

Inherited from​

ICamera.clippingRange

Defined in​

packages/core/src/types/ICamera.ts:35


flipHorizontal?​

optional flipHorizontal: boolean

flip Horizontal

Inherited from​

ICamera.flipHorizontal

Defined in​

packages/core/src/types/ICamera.ts:31


flipVertical?​

optional flipVertical: boolean

flip Vertical

Inherited from​

ICamera.flipVertical

Defined in​

packages/core/src/types/ICamera.ts:33


focalPoint?​

optional focalPoint: Point3

Camera Focal point

Inherited from​

ICamera.focalPoint

Defined in​

packages/core/src/types/ICamera.ts:10


parallelProjection?​

optional parallelProjection: boolean

Camera Parallel Projection flag - whether camera is using parallel projection

Inherited from​

ICamera.parallelProjection

Defined in​

packages/core/src/types/ICamera.ts:12


parallelScale?​

optional parallelScale: number

Camera parallel scale - used for parallel projection zoom, smaller values zoom in

Inherited from​

ICamera.parallelScale

Defined in​

packages/core/src/types/ICamera.ts:14


position?​

optional position: Point3

Camera position

Inherited from​

ICamera.position

Defined in​

packages/core/src/types/ICamera.ts:21


rotation?​

optional rotation: number

rotation

Inherited from​

ICamera.rotation

Defined in​

packages/core/src/types/ICamera.ts:29


scale?​

optional scale: number

Scale factor for the camera, it is the ratio of how much an image pixel takes up one screen pixel

Inherited from​

ICamera.scale

Defined in​

packages/core/src/types/ICamera.ts:19


scaleMode?​

optional scaleMode: CameraScaleMode

Inherited from​

ViewportCameraBase.scaleMode

Defined in​

packages/core/src/RenderingEngine/GenericViewport/ViewportCameraTypes.ts:16


viewAngle?​

optional viewAngle: number

Camera view angle - 90 degrees is orthographic

Inherited from​

ICamera.viewAngle

Defined in​

packages/core/src/types/ICamera.ts:23


viewPlaneNormal?​

optional viewPlaneNormal: Point3

Camera viewPlaneNormal - negative of the direction the camera is pointing or directionOfProjection

Inherited from​

ICamera.viewPlaneNormal

Defined in​

packages/core/src/types/ICamera.ts:25


viewUp?​

optional viewUp: Point3

Camera viewUp - the direction of viewUP in camera

Inherited from​

ICamera.viewUp

Defined in​

packages/core/src/types/ICamera.ts:27