C# Class JitterDemo.JitterDemo

Inheritance: Microsoft.Xna.Framework.Game
Afficher le fichier Open project: tpb3d/TPB3D Class Usage Examples

Méthodes publiques

Méthode Description
JitterDemo ( ) : System

Méthodes protégées

Méthode Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
AddBodyToDrawList ( RigidBody rb ) : void
AddShapeToDrawList ( Shape shape, Jitter.LinearMath.JMatrix ori, Jitter.LinearMath.JVector pos ) : void
DrawCloth ( ) : void
DrawDynamicTree ( SoftBody cloth ) : void
DrawIslands ( ) : void
DrawJitterDebugInfo ( ) : void
RayTo ( int x, int y ) : Vector3
RaycastCallback ( RigidBody body, Jitter.LinearMath.JVector normal, float fraction ) : bool
RemoveComponents ( ) : void
SpawnRandomPrimitive ( Jitter.LinearMath.JVector position, Jitter.LinearMath.JVector velocity ) : void
UpdateDisplayText ( GameTime time ) : void
Walk ( DynamicTree tree, int index ) : void

Method Details

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

JitterDemo() public méthode

public JitterDemo ( ) : System
Résultat System

Update() protected méthode

protected Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void