CameraOptics
The camera optics. Represents the apparatus on a camera that projects the image onto the image sensor.
Constructors
| Constructor | Description |
|---|---|
| CameraOptics() |
Methods
| Method | Description |
|---|---|
| getTechniqueCommon() | Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support. |
| setTechniqueCommon(CameraOpticsTechniqueCommon value) | Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support. |
| getTechnique() | Gets or sets the technique. Each technique specifies optics information for a specific profile as designated by the technique’s profile attribute. |
| 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. |
| getExtra() | Gets or sets the extra. |
| setExtra(Extra[] value) | Gets or sets the extra. |
CameraOptics()
public CameraOptics()
getTechniqueCommon()
public final CameraOpticsTechniqueCommon getTechniqueCommon()
Gets or sets the technique common. Specifies optics information for the common profile that all COLLADA implementations must support.
Returns: CameraOpticsTechniqueCommon
setTechniqueCommon(CameraOpticsTechniqueCommon value)
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.
getTechnique()
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.
Returns: Technique[]
setTechnique(Technique[] value)
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.
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.