C# Class entity.Renderers.LightmapViewer

The lightmap viewer.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
CheckKeys ( ) : void

The check keys.

InitializeGraphics ( ) : bool

The initialize graphics.

LightmapViewer ( Meta &meta ) : System

Initializes a new instance of the LightmapViewer class.

Main ( ) : void

The main entry point for the application.

Protected Methods

Method Description
OnKeyPress ( KeyPressEventArgs e ) : void

The on key press.

OnPaint ( PaintEventArgs e ) : void

The on paint.

OnResize ( EventArgs e ) : void

The on resize.

Private Methods

Method Description
InitializeComponent ( ) : void
ModelViewer_MouseDown ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse down.

ModelViewer_MouseDownx ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse downx.

ModelViewer_MouseUp ( object sender, MouseEventArgs e ) : void

The model viewer_ mouse up.

Render ( ) : void

The render.

SetupMatrices ( ) : void

The setup matrices.

Method Details

CheckKeys() public method

The check keys.
public CheckKeys ( ) : void
return void

InitializeGraphics() public method

The initialize graphics.
public InitializeGraphics ( ) : bool
return bool

LightmapViewer() public method

Initializes a new instance of the LightmapViewer class.
public LightmapViewer ( Meta &meta ) : System
meta HaloMap.Meta.Meta The meta.
return System

Main() public method

The main entry point for the application.
public Main ( ) : void
return void

OnKeyPress() protected method

The on key press.
protected OnKeyPress ( KeyPressEventArgs e ) : void
e System.Windows.Forms.KeyPressEventArgs The e.
return void

OnPaint() protected method

The on paint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs The e.
return void

OnResize() protected method

The on resize.
protected OnResize ( EventArgs e ) : void
e System.EventArgs The e.
return void