Click or drag to resize
Reader3dsCameras Property
Gets list of all the cameras read from 3ds file. Used because Model3DGroup can have only one camera defined, but 3ds file can have more then one.

Namespace: Ab3d
Assembly: Ab3d.Reader3ds (in Ab3d.Reader3ds.dll) Version: 9.0.5590.1040
Syntax
C#
public List<Camera> Cameras { get; }

Property Value

Type: ListCamera
See Also