C# Class GridViewer.WellRenderer

renders well pipeline(several cylinders)
Inheritance: CSharpGL.Renderer, ILabelPosition
Exibir arquivo Open project: bitzhuwei/CSharpGL Class Usage Examples

Private Properties

Property Type Description
WellRenderer System

Public Methods

Method Description
Create ( WellModel model ) : WellRenderer

Protected Methods

Method Description
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Private Methods

Method Description
WellRenderer ( WellModel model, ShaderCode shaderCodes, AttributeMap attributeMap ) : System

renders well pipeline(several cylinders)

Method Details

Create() public static method

public static Create ( WellModel model ) : WellRenderer
model WellModel
return WellRenderer

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

protected DoRender ( RenderEventArgs arg ) : void
arg CSharpGL.RenderEventArgs
return void