Property | Type | Description | |
---|---|---|---|
firsttimeload | bool |
Method | Description | |
---|---|---|
InitializeGraphics ( ) : bool |
The initialize graphics.
|
|
Main ( ) : void |
The main entry point for the application.
|
|
ModelViewer ( |
Initializes a new instance of the ModelViewer class.
|
Method | Description | |
---|---|---|
OnKeyPress ( |
The on key press.
|
|
OnPaint ( PaintEventArgs e ) : void |
The on paint.
|
|
OnResize ( |
The on resize.
|
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.
|
public ModelViewer ( |
||
temppm | The temppm. | |
return | System |
protected OnKeyPress ( |
||
e | The e. | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | The e. |
return | void |
protected OnResize ( |
||
e | The e. | |
return | void |