C# Class RhinoCyclesCore.Shaders.RhinoBackground

Inheritance: RhinoShader
Mostrar archivo Open project: mcneel/RhinoCycles Class Usage Examples

Public Methods

Method Description
GetShader ( ) : ccl.Shader
RhinoBackground ( ccl.Client client, CyclesBackground intermediate, ccl.Shader existing ) : ccl
RhinoBackground ( ccl.Client client, CyclesBackground intermediate, ccl.Shader existing, string name ) : ccl

Method Details

GetShader() public method

public GetShader ( ) : ccl.Shader
return ccl.Shader

RhinoBackground() public method

public RhinoBackground ( ccl.Client client, CyclesBackground intermediate, ccl.Shader existing ) : ccl
client ccl.Client
intermediate CyclesBackground
existing ccl.Shader
return ccl

RhinoBackground() public method

public RhinoBackground ( ccl.Client client, CyclesBackground intermediate, ccl.Shader existing, string name ) : ccl
client ccl.Client
intermediate CyclesBackground
existing ccl.Shader
name string
return ccl