C# Class CSharpGL.LegacyBoundingBoxRenderer

Specify a cuboid that marks a model's edges.
Inheritance: RendererBase, IBoundingBox, IModelSpace
Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
LegacyBoundingBoxRenderer ( )

Specify a cuboid that marks a model's edges.

LegacyBoundingBoxRenderer ( vec3 min, vec3 max )

Specify a cuboid that marks a model's edges.

Protected Methods

Method Description
DoInitialize ( ) : void

DoRender ( RenderEventArgs arg ) : void

Method Details

DoInitialize() protected method

protected DoInitialize ( ) : void
return void

DoRender() protected method

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

LegacyBoundingBoxRenderer() public method

Specify a cuboid that marks a model's edges.

LegacyBoundingBoxRenderer() public method

Specify a cuboid that marks a model's edges.
public LegacyBoundingBoxRenderer ( vec3 min, vec3 max )
min vec3
max vec3