vrdVertexBake¶
-
class
vrdVertexBake¶
(Inherits vrdSceneObject)
This class provides functionality for vertex bake data of a single geometry.
Summary¶
Functions¶
-
vrdVertexBake.clearBake(clearDirectIllumination=True, clearIndirectIllumination=True)¶ Clears all vertex bake render data from the geometry (direct and/or indirect illumination).
Parameters: - clearDirectIllumination (bool) – Clears the direct illumination bake data of the geometry.
- clearIndirectIllumination (bool) – Clears the indirect illumination bake data of the geometry.
-
vrdVertexBake.getIlluminationBakeSettings()¶ Returns: Gets the illumination bake settings which were used for the last vertex bake on the geometry. Return type: vrdIlluminationBakeSettings
-
vrdVertexBake.getVertexBakeSettings()¶ Returns: Gets the vertex bake settings which were used for the last vertex bake on the geometry. Return type: vrdVertexBakeSettings