C# Class entity.Renderer.BSPCollisionViewer

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: troymac1ure/Entity

Public Methods

Method Description
BSPCollisionViewer ( BSP tempcoll, int mapnumberx ) : System
InitializeGraphics ( ) : bool
LoadMesh ( ) : void
Main ( ) : void

The main entry point for the application.

MoveSpawnsWithKeyboard ( ) : void
OnResetDevice ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnKeyPress ( System e ) : void
OnPaint ( System e ) : void
OnResize ( System e ) : void

Private Methods

Method Description
BSPCollisionViewer_FormClosing ( object sender, FormClosingEventArgs e ) : void
BSPCollisionViewer_MouseDown ( object sender, MouseEventArgs e ) : void
BSPCollisionViewer_MouseEnter ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void
ModelViewer_MouseDown ( object sender, MouseEventArgs e ) : void
ModelViewer_MouseUp ( object sender, MouseEventArgs e ) : void
Render ( ) : void
SetupMatrices ( ) : void
cb_CheckedChanged ( object sender, EventArgs e ) : void
panel1_MouseEnter ( object sender, EventArgs e ) : void
panel1_MouseLeave ( object sender, EventArgs e ) : void
saveBSPCollisionChanges ( ) : void

Supposed to save BSP Collision point movements and other stuff, but never finished this stuff.

saveBSPSurfaceChanges ( ) : void
updateBSPInfo ( int vertNumber, float x, float y, float z ) : void
updateInfo ( ) : void

Method Details

BSPCollisionViewer() public method

public BSPCollisionViewer ( BSP tempcoll, int mapnumberx ) : System
tempcoll BSP
mapnumberx int
return System

InitializeGraphics() public method

public InitializeGraphics ( ) : bool
return bool

LoadMesh() public method

public LoadMesh ( ) : void
return void

Main() public method

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

MoveSpawnsWithKeyboard() public method

public MoveSpawnsWithKeyboard ( ) : void
return void

OnKeyPress() protected method

protected OnKeyPress ( System e ) : void
e System
return void

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void

OnResetDevice() public method

public OnResetDevice ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

OnResize() protected method

protected OnResize ( System e ) : void
e System
return void