vrdMeasuredCarpaintMaterial¶
-
class
vrdMeasuredCarpaintMaterial
¶
(Inherits vrdBRDFMaterial
)
This class is used to handle all measured carpaint material properties.
Summary¶
Functions¶
-
vrdMeasuredCarpaintMaterial.
getColorCorrection
()¶ Gets access to all properties of vrdColorCorrection.
Returns: An vrdColorCorrection object, to read and write access of alls properties. Return type: vrdColorCorrection
-
vrdMeasuredCarpaintMaterial.
getExposure
()¶ Get the current value for exposure.
Returns: The current value for exposure. Return type: float
-
vrdMeasuredCarpaintMaterial.
getIncandescence
()¶ Gets access to all properties of vrdIncandescence.
Returns: An vrdIncandescence object, to read and write access of alls properties. Return type: vrdIncandescence
-
vrdMeasuredCarpaintMaterial.
getRefractionIndex
()¶ Sets the clearcoat reflective intensity. The higher the value, the more reflective the surface.
Returns: The current index of refraction Return type: float
-
vrdMeasuredCarpaintMaterial.
getTextureSettings
()¶ Gets access to all properties of vrdTextureSettings.
Returns: An vrdTextureSettings object, to read and write access of alls properties. Return type: vrdTextureSettings
-
vrdMeasuredCarpaintMaterial.
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.
-
vrdMeasuredCarpaintMaterial.
setRefractionIndex
(value)¶ Sets the index of refraction for the material by showing the amount the rays are reflected off the surface versus absorbed.
Parameters: value (float) – New value for clearcoat reflective intensity.