Camera

The camera. Declares a view of the visual scene hierarchy or scene graph.

Constructors

ConstructorDescription
Camera()

Methods

MethodDescription
getAsset()Gets or sets the asset.
setAsset(Asset value)Gets or sets the asset.
getOptics()Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.
setOptics(CameraOptics value)Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.
getExtra()Gets or sets the extra.
setExtra(Extra[] value)Gets or sets the extra.
getId()Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.
setId(String value)Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.
getName()Gets or sets the name. Optional.
setName(String value)Gets or sets the name. Optional.

Camera()

public Camera()

getAsset()

public final Asset getAsset()

Gets or sets the asset.

Returns: Asset

setAsset(Asset value)

public final void setAsset(Asset value)

Gets or sets the asset.

getOptics()

public final CameraOptics getOptics()

Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.

Returns: CameraOptics

setOptics(CameraOptics value)

public final void setOptics(CameraOptics value)

Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.

getExtra()

public final Extra[] getExtra()

Gets or sets the extra.

Returns: Extra[]

setExtra(Extra[] value)

public final void setExtra(Extra[] value)

Gets or sets the extra.

getId()

public final String getId()

Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.

Returns: String

setId(String value)

public final void setId(String value)

Gets or sets the id. A text string containing the unique identifier of the camera element. This value must be unique within the instance document. Optional.

getName()

public final String getName()

Gets or sets the name. Optional.

Returns: String

setName(String value)

public final void setName(String value)

Gets or sets the name. Optional.