C# Class RhinoCyclesCore.Materials.EmissiveMaterial

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

Public Methods

Method Description
EmissiveMaterial ( ) : System.Runtime.InteropServices
SimulateMaterial ( bool isForDataOnly ) : Material
SimulateMaterial ( Material &simulatedMaterial, bool forDataOnly ) : void

Protected Methods

Method Description
OnAddUserInterfaceSections ( ) : void

Method Details

EmissiveMaterial() public method

public EmissiveMaterial ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

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