C# Class Universe.Physics.BulletSPlugin.BSPlugin

Entry for a port of Bullet (http://bulletphysics.org/) to Universe. This module interfaces to an unmanaged C++ library which makes the actual calls into the Bullet physics engine. The unmanaged library is found in opensim-libs::trunk/unmanaged/BulletSim/. The unmanaged library is compiled and linked statically with Bullet to create BulletSim.dll and libBulletSim.so (for both 32 and 64 bit).
Inheritance: IPhysicsPlugin
Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Méthode Description
BSPlugin ( ) : Universe.Framework.Physics
Dispose ( ) : void
GetName ( ) : string
GetScene ( ) : PhysicsScene
Init ( ) : bool

Method Details

BSPlugin() public méthode

public BSPlugin ( ) : Universe.Framework.Physics
Résultat Universe.Framework.Physics

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetName() public méthode

public GetName ( ) : string
Résultat string

GetScene() public méthode

public GetScene ( ) : PhysicsScene
Résultat Universe.Framework.Physics.PhysicsScene

Init() public méthode

public Init ( ) : bool
Résultat bool