Click or drag to resize

DataCamera Constructor

Initializes a new instance of the DataCamera class using the specified parameters.

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public DataCamera(
	DataCameraGuid id,
	string name,
	RenderPointOfView pointOfView,
	DataSensor sensor,
	float fov,
	FovType fovType,
	RenderDepthOfFieldParameters depthOfFieldParameters,
	RenderMotionBlurParameters motionBlurParameters,
	RenderDepthPolicy depthPolicy
)

Parameters

id
Type: Lumiscaphe.Workshop.InteropDataCameraGuid
The identifier of the camera.
name
Type: SystemString
The name of the camera.
pointOfView
Type: Lumiscaphe.Workshop.InteropRenderPointOfView
The point of view.
sensor
Type: Lumiscaphe.Workshop.InteropDataSensor
The sensor.
fov
Type: SystemSingle
The field of view of the camera.
fovType
Type: Lumiscaphe.Workshop.InteropFovType
The field of view type of the camera.
depthOfFieldParameters
Type: Lumiscaphe.Workshop.InteropRenderDepthOfFieldParameters
The depth of field parameters.
motionBlurParameters
Type: Lumiscaphe.Workshop.InteropRenderMotionBlurParameters
The motion blur parameters.
depthPolicy
Type: Lumiscaphe.Workshop.InteropRenderDepthPolicy
The depth policy defining the strategy used to compute the near and far clipping planes.
Exceptions
ExceptionCondition
ObjectNullExceptionname == null
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also