RenderMaterialSimulateMaterial Method (Boolean) |
Override this function to provide a Rhino.DocObjects.Material definition for this material
to be used by other rendering engines including the display.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic virtual Material SimulateMaterial(
bool isForDataOnly
)
Public Overridable Function SimulateMaterial (
isForDataOnly As Boolean
) As Material
Parameters
- isForDataOnly
- Type: SystemBoolean
Called when only asking for a hash - don't write any textures to the disk - just provide the filenames they will get.
Return Value
Type:
MaterialThe simulation of the render material
Version InformationRhino for Windows
Supported in: 6.8
See Also