public class CameraOptics extends Object
The camera optics. Represents the apparatus on a camera that projects the image onto the image sensor.
Constructor and Description |
---|
CameraOptics() |
Modifier and Type | Method and Description |
---|---|
Extra[] |
getExtra()
Gets or sets the extra.
|
Technique[] |
getTechnique()
Gets or sets the technique.
|
CameraOpticsTechniqueCommon |
getTechniqueCommon()
Gets or sets the technique common.
|
void |
setExtra(Extra[] value)
Gets or sets the extra.
|
void |
setTechnique(Technique[] value)
Gets or sets the technique.
|
void |
setTechniqueCommon(CameraOpticsTechniqueCommon value)
Gets or sets the technique common.
|
public final CameraOpticsTechniqueCommon getTechniqueCommon()
Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support.
public final void setTechniqueCommon(CameraOpticsTechniqueCommon value)
Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support.
public final Technique[] getTechnique()
Gets or sets the technique. Each technique specifies optics information for a specific profile as designated by the technique’s profile attribute.
public final void setTechnique(Technique[] value)
Gets or sets the technique. Each technique specifies optics information for a specific profile as designated by the technique’s profile attribute.
public final Extra[] getExtra()
Gets or sets the extra.
public final void setExtra(Extra[] value)
Gets or sets the extra.