Method | Description | |
---|---|---|
DisplayModel ( |
Constructs a new display model.
|
|
Draw ( BEPUutilities.Matrix viewMatrix, BEPUutilities.Matrix projectionMatrix ) : void |
Draws the display object.
|
|
Update ( ) : void |
Updates the display object.
|
public DisplayModel ( |
||
model | Model to draw on the entity. | |
modelDrawer | Model drawer to use. | |
return | Microsoft.Xna.Framework |
public Draw ( BEPUutilities.Matrix viewMatrix, BEPUutilities.Matrix projectionMatrix ) : void | ||
viewMatrix | BEPUutilities.Matrix | Current view matrix. |
projectionMatrix | BEPUutilities.Matrix | Current projection matrix. |
return | void |