Method | Description | |
---|---|---|
BSPCollisionViewer ( |
Initializes a new instance of the BSPCollisionViewer class.
|
|
InitializeGraphics ( ) : bool |
The initialize graphics.
|
|
LoadMesh ( ) : void |
The load mesh.
|
|
Main ( ) : void |
The main entry point for the application.
|
|
MoveSpawnsWithKeyboard ( ) : void |
Keyboard movements
|
|
OnResetDevice ( object sender, |
The on reset device.
|
Method | Description | |
---|---|---|
OnKeyPress ( |
The on key press.
|
|
OnPaint ( PaintEventArgs e ) : void |
The on paint.
|
|
OnResize ( |
The on resize.
|
Method | Description | |
---|---|---|
BSPCollisionViewer_FormClosing ( object sender, |
Occurs when the form is closed
|
|
BSPCollisionViewer_MouseDown ( object sender, MouseEventArgs e ) : void |
The bsp collision viewer_ mouse down.
|
|
BSPCollisionViewer_MouseEnter ( object sender, |
When the mouse enters the viewport, disable the broup box to remove focus
|
|
DeriveTrianglePlanes ( System.Vector3 trianglePoints ) : Plane | ||
InitializeComponent ( ) : void |
The initialize component.
|
|
LoadMeta ( ) : void |
Loads all the points / edges, builds the polygon and loads the polygon data.
|
|
ModelViewer_MouseDown ( object sender, MouseEventArgs e ) : void |
The model viewer_ mouse down.
|
|
ModelViewer_MouseUp ( object sender, MouseEventArgs e ) : void |
The model viewer_ mouse up.
|
|
Render ( ) : void |
The render.
|
|
SetupMatrices ( ) : void |
The setup matrices.
|
|
calculatePlane ( System.Vector3 trianglePoints ) : System.Vector4 | ||
cb_CheckedChanged ( object sender, |
Occurs when any of the checkBoxes are checked/unchecked
|
|
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 |
Used to reposition verticies in the collision mesh
|
|
updateInfo ( ) : void |
Used to update the current Meta values.
|
public BSPCollisionViewer ( |
||
tempcoll | The tempcoll. | |
map | The map. | |
return | System |
protected OnKeyPress ( |
||
e | The e. | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | The e. |
return | void |
public OnResetDevice ( object sender, |
||
sender | object | The sender. |
e | The e. | |
return | void |
protected OnResize ( |
||
e | The e. | |
return | void |