C# Class BasicModel, XNA

Mostrar archivo Open project: hatRiot/XNA Class Usage Examples

Public Properties

Property Type Description
rot float
rotation Matrix

Protected Properties

Property Type Description
world Matrix
worldTranslation Matrix

Public Methods

Method Description
BasicModel ( Model m ) : System
Draw ( Vector3 player, bool isGun ) : void
GetWorld ( ) : Matrix
Update ( Vector3 position ) : void

Private Methods

Method Description
LoadModelBS ( Model m ) : Model
TransformBoundingSphere ( BoundingSphere originalBoundingSphere, Matrix transformationMatrix ) : BoundingSphere

Method Details

BasicModel() public method

public BasicModel ( Model m ) : System
m Model
return System

Draw() public method

public Draw ( Vector3 player, bool isGun ) : void
player Vector3
isGun bool
return void

GetWorld() public method

public GetWorld ( ) : Matrix
return Matrix

Update() public method

public Update ( Vector3 position ) : void
position Vector3
return void

Property Details

rot public_oe property

public float rot
return float

rotation public_oe property

public Matrix rotation
return Matrix

world protected_oe property

protected Matrix world
return Matrix

worldTranslation protected_oe property

protected Matrix worldTranslation
return Matrix