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?
optionalanchorCanvas:ViewAnchor
Inherited from
ViewportCameraBase.anchorCanvas
Defined in
packages/core/src/RenderingEngine/GenericViewport/ViewportCameraTypes.ts:14
anchorWorld?
optionalanchorWorld:Point3
Inherited from
ViewportCameraBase.anchorWorld
Defined in
packages/core/src/RenderingEngine/GenericViewport/ViewportCameraTypes.ts:13
aspectRatio?
optionalaspectRatio:Point2
Aspect Ratio
Inherited from
Defined in
packages/core/src/types/ICamera.ts:37
clippingRange?
optionalclippingRange:Point2
clipping range
Inherited from
Defined in
packages/core/src/types/ICamera.ts:35
flipHorizontal?
optionalflipHorizontal:boolean
flip Horizontal
Inherited from
Defined in
packages/core/src/types/ICamera.ts:31
flipVertical?
optionalflipVertical:boolean
flip Vertical
Inherited from
Defined in
packages/core/src/types/ICamera.ts:33
focalPoint?
optionalfocalPoint:Point3
Camera Focal point
Inherited from
Defined in
packages/core/src/types/ICamera.ts:10
isFitViewportAfterStretch?
optionalisFitViewportAfterStretch:boolean
Anamorphic Stretch
Inherited from
ICamera.isFitViewportAfterStretch
Defined in
packages/core/src/types/ICamera.ts:39
parallelProjection?
optionalparallelProjection:boolean
Camera Parallel Projection flag - whether camera is using parallel projection
Inherited from
Defined in
packages/core/src/types/ICamera.ts:12
parallelScale?
optionalparallelScale:number
Camera parallel scale - used for parallel projection zoom, smaller values zoom in
Inherited from
Defined in
packages/core/src/types/ICamera.ts:14
position?
optionalposition:Point3
Camera position
Inherited from
Defined in
packages/core/src/types/ICamera.ts:21
rotation?
optionalrotation:number
rotation
Inherited from
Defined in
packages/core/src/types/ICamera.ts:29
scale?
optionalscale:number
Scale factor for the camera, it is the ratio of how much an image pixel takes up one screen pixel
Inherited from
Defined in
packages/core/src/types/ICamera.ts:19
scaleMode?
optionalscaleMode:CameraScaleMode
Inherited from
ViewportCameraBase.scaleMode
Defined in
packages/core/src/RenderingEngine/GenericViewport/ViewportCameraTypes.ts:16
viewAngle?
optionalviewAngle:number
Camera view angle - 90 degrees is orthographic
Inherited from
Defined in
packages/core/src/types/ICamera.ts:23
viewPlaneNormal?
optionalviewPlaneNormal:Point3
Camera viewPlaneNormal - negative of the direction the camera is pointing or directionOfProjection
Inherited from
Defined in
packages/core/src/types/ICamera.ts:25
viewUp?
optionalviewUp:Point3
Camera viewUp - the direction of viewUP in camera