Click or drag to resize
Reader3dsGetCameraForFrame Method
Gets the camera with index cameraIndex for the frameNo. Note: frameNo is double - so it is possible to create smoother animation with getting the positions within frames. See GetFrame for more details.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public Camera GetCameraForFrame(
	int cameraIndex,
	double frameNo
)

Parameters

cameraIndex
Type: SystemInt32
cameraIndex
frameNo
Type: SystemDouble
frameNo is double - so it is possible to create smoother animation with getting the positions within frames

Return Value

Type: Camera
Camera
Remarks