C# Class entity.Renderers.ModelViewer

The model viewer.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
firsttimeload bool

Public Methods

Method Description
InitializeGraphics ( ) : bool

The initialize graphics.

Main ( ) : void

The main entry point for the application.

ModelViewer ( ParsedModel temppm ) : System

Initializes a new instance of the ModelViewer class.

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

The initialize component.

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

InitializeGraphics() public method

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

Main() public method

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

ModelViewer() public method

Initializes a new instance of the ModelViewer class.
public ModelViewer ( ParsedModel temppm ) : System
temppm HaloMap.RawData.ParsedModel The temppm.
return System

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

Property Details

firsttimeload public_oe property

The firsttimeload.
public bool firsttimeload
return bool