RenderMaterialConvertToPhysicallyBased Method |
Returns a material that is the best approximation of the original, but as a physically based material.
Namespace:
Rhino.Render
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public PhysicallyBasedMaterial ConvertToPhysicallyBased(
RenderTextureTextureGeneration tg
)
Public Function ConvertToPhysicallyBased (
tg As RenderTextureTextureGeneration
) As PhysicallyBasedMaterial
Parameters
- tg
- Type: Rhino.RenderRenderTextureTextureGeneration
Determines whether simulated textures will be generated as files.
Return Value
Type:
PhysicallyBasedMaterial[Missing <returns> documentation for "M:Rhino.Render.RenderMaterial.ConvertToPhysicallyBased(Rhino.Render.RenderTexture.TextureGeneration)"]
See Also