public class Camera extends Object
The camera. Declares a view of the visual scene hierarchy or scene graph.
Constructor and Description |
---|
Camera() |
Modifier and Type | Method and Description |
---|---|
Asset |
getAsset()
Gets or sets the asset.
|
Extra[] |
getExtra()
Gets or sets the extra.
|
String |
getId()
Gets or sets the id.
|
String |
getName()
Gets or sets the name.
|
CameraOptics |
getOptics()
Gets or sets the optics.
|
void |
setAsset(Asset value)
Gets or sets the asset.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setId(String value)
Gets or sets the id.
|
void |
setName(String value)
Gets or sets the name.
|
void |
setOptics(CameraOptics value)
Gets or sets the optics.
|
public final Asset getAsset()
Gets or sets the asset.
public final void setAsset(Asset value)
Gets or sets the asset.
public final CameraOptics getOptics()
Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.
public final void setOptics(CameraOptics value)
Gets or sets the optics. Describes the field of view and viewing frustum using canonical parameters.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.
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.
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.
public final String getName()
Gets or sets the name. Optional.
public final void setName(String value)
Gets or sets the name. Optional.