C# Class RhinoCyclesCore.Materials.GlassMaterial

Inheritance: Rhino.Render.RenderMaterial, ICyclesMaterial
Mostra file Open project: mcneel/RhinoCycles

Public Methods

Method Description
GlassMaterial ( ) : System
SimulateMaterial ( bool isForDataOnly ) : Material
SimulateMaterial ( Material &simulatedMaterial, bool forDataOnly ) : void

Protected Methods

Method Description
OnAddUserInterfaceSections ( ) : void

Method Details

GlassMaterial() public method

public GlassMaterial ( ) : System
return System

OnAddUserInterfaceSections() protected method

protected OnAddUserInterfaceSections ( ) : void
return void

SimulateMaterial() public method

public SimulateMaterial ( bool isForDataOnly ) : Material
isForDataOnly bool
return Material

SimulateMaterial() public method

public SimulateMaterial ( Material &simulatedMaterial, bool forDataOnly ) : void
simulatedMaterial Material
forDataOnly bool
return void