vrdMeasuredMaterial¶
-
class
vrdMeasuredMaterial
¶
(Inherits vrdBRDFMaterial
)
This class is used to handle all measured material properties.
Summary¶
Functions¶
-
vrdMeasuredMaterial.
getColorCorrection
()¶ Gets access to all properties of vrdColorCorrection.
Returns: An vrdColorCorrection object, to read and write access of alls properties. Return type: vrdColorCorrection
-
vrdMeasuredMaterial.
getExposure
()¶ Get the current value for exposure.
Returns: The current value for exposure. Return type: float
-
vrdMeasuredMaterial.
getIncandescence
()¶ Gets access to all properties of vrdIncandescence.
Returns: An vrdIncandescence object, to read and write access of alls properties. Return type: vrdIncandescence
-
vrdMeasuredMaterial.
getTextureSettings
()¶ Gets access to all properties of vrdTextureProjectionSettings.
Returns: An vrdTextureProjectionSettings object, to read and write access of alls properties. Return type: vrdTextureSettings
-
vrdMeasuredMaterial.
setExposure
(exposure)¶ Controls the representation intensity of the measured material. A threshold about 1.0 gives the optimal result.
Parameters: exposure (float) – The new used value for exposure.