OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Public Attributes | Properties | List of all members
OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics Class Reference
Inheritance diagram for OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics:
Inheritance graph
[legend]
Collaboration diagram for OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics:
Collaboration graph
[legend]

Public Member Functions

void Initialise (IConfigSource config)
 This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created. More...
 
void Close ()
 This is the inverse to Initialise. After a Close(), this instance won't be usable anymore. More...
 
void AddRegion (Scene scene)
 This is called whenever a Scene is added. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, after Initialise has been called. More...
 
void RemoveRegion (Scene scene)
 This is called whenever a Scene is removed. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, if the scene this instance is associated with is removed. More...
 
void RegionLoaded (Scene scene)
 This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module. More...
 
string physGetEngineType (UUID hostID, UUID scriptID)
 
int physAxisLock (UUID hostID, UUID scriptID, object[] parms)
 
int physSetLinksetType (UUID hostID, UUID scriptID, int linksetType)
 
int physGetLinksetType (UUID hostID, UUID scriptID)
 
int physChangeLinkType (UUID hostID, UUID scriptID, int linkNum, int typeCode)
 
int physGetLinkType (UUID hostID, UUID scriptID, int linkNum)
 
int physChangeLinkFixed (UUID hostID, UUID scriptID, int linkNum)
 
int physChangeLinkParams (UUID hostID, UUID scriptID, int linkNum, object[] parms)
 

Public Attributes

const string PhysFunctGetLinksetType = "BulletSim.GetLinksetType"
 
const string PhysFunctSetLinksetType = "BulletSim.SetLinksetType"
 
const string PhysFunctChangeLinkFixed = "BulletSim.ChangeLinkFixed"
 
const string PhysFunctChangeLinkType = "BulletSim.ChangeLinkType"
 
const string PhysFunctGetLinkType = "BulletSim.GetLinkType"
 
const string PhysFunctChangeLinkParams = "BulletSim.ChangeLinkParams"
 
const string PhysFunctAxisLockLimits = "BulletSim.AxisLockLimits"
 
const int PHYS_CENTER_OF_MASS = 1 << 0
 
const int PHYS_AXIS_LOCK_LINEAR = 14700
 
const int PHYS_AXIS_LOCK_LINEAR_X = 14701
 
const int PHYS_AXIS_LIMIT_LINEAR_X = 14702
 
const int PHYS_AXIS_LOCK_LINEAR_Y = 14703
 
const int PHYS_AXIS_LIMIT_LINEAR_Y = 14704
 
const int PHYS_AXIS_LOCK_LINEAR_Z = 14705
 
const int PHYS_AXIS_LIMIT_LINEAR_Z = 14706
 
const int PHYS_AXIS_LOCK_ANGULAR = 14707
 
const int PHYS_AXIS_LOCK_ANGULAR_X = 14708
 
const int PHYS_AXIS_LIMIT_ANGULAR_X = 14709
 
const int PHYS_AXIS_LOCK_ANGULAR_Y = 14710
 
const int PHYS_AXIS_LIMIT_ANGULAR_Y = 14711
 
const int PHYS_AXIS_LOCK_ANGULAR_Z = 14712
 
const int PHYS_AXIS_LIMIT_ANGULAR_Z = 14713
 
const int PHYS_AXIS_UNLOCK_LINEAR = 14714
 
const int PHYS_AXIS_UNLOCK_LINEAR_X = 14715
 
const int PHYS_AXIS_UNLOCK_LINEAR_Y = 14716
 
const int PHYS_AXIS_UNLOCK_LINEAR_Z = 14717
 
const int PHYS_AXIS_UNLOCK_ANGULAR = 14718
 
const int PHYS_AXIS_UNLOCK_ANGULAR_X = 14719
 
const int PHYS_AXIS_UNLOCK_ANGULAR_Y = 14720
 
const int PHYS_AXIS_UNLOCK_ANGULAR_Z = 14721
 
const int PHYS_AXIS_UNLOCK = 14722
 
const int PHYS_LINKSET_TYPE_CONSTRAINT = 0
 
const int PHYS_LINKSET_TYPE_COMPOUND = 1
 
const int PHYS_LINKSET_TYPE_MANUAL = 2
 
const int PHYS_LINK_TYPE_FIXED = 1234
 
const int PHYS_LINK_TYPE_HINGE = 4
 
const int PHYS_LINK_TYPE_SPRING = 9
 
const int PHYS_LINK_TYPE_6DOF = 6
 
const int PHYS_LINK_TYPE_SLIDER = 7
 
const int PHYS_PARAM_MIN = 14401
 
const int PHYS_PARAM_FRAMEINA_LOC = 14401
 
const int PHYS_PARAM_FRAMEINA_ROT = 14402
 
const int PHYS_PARAM_FRAMEINB_LOC = 14403
 
const int PHYS_PARAM_FRAMEINB_ROT = 14404
 
const int PHYS_PARAM_LINEAR_LIMIT_LOW = 14405
 
const int PHYS_PARAM_LINEAR_LIMIT_HIGH = 14406
 
const int PHYS_PARAM_ANGULAR_LIMIT_LOW = 14407
 
const int PHYS_PARAM_ANGULAR_LIMIT_HIGH = 14408
 
const int PHYS_PARAM_USE_FRAME_OFFSET = 14409
 
const int PHYS_PARAM_ENABLE_TRANSMOTOR = 14410
 
const int PHYS_PARAM_TRANSMOTOR_MAXVEL = 14411
 
const int PHYS_PARAM_TRANSMOTOR_MAXFORCE = 14412
 
const int PHYS_PARAM_CFM = 14413
 
const int PHYS_PARAM_ERP = 14414
 
const int PHYS_PARAM_SOLVER_ITERATIONS = 14415
 
const int PHYS_PARAM_SPRING_AXIS_ENABLE = 14416
 
const int PHYS_PARAM_SPRING_DAMPING = 14417
 
const int PHYS_PARAM_SPRING_STIFFNESS = 14418
 
const int PHYS_PARAM_LINK_TYPE = 14419
 
const int PHYS_PARAM_USE_LINEAR_FRAMEA = 14420
 
const int PHYS_PARAM_SPRING_EQUILIBRIUM_POINT = 14421
 
const int PHYS_PARAM_MAX = 14421
 
const int PHYS_AXIS_ALL = -1
 
const int PHYS_AXIS_LINEAR_ALL = -2
 
const int PHYS_AXIS_ANGULAR_ALL = -3
 
const int PHYS_AXIS_LINEAR_X = 0
 
const int PHYS_AXIS_LINEAR_Y = 1
 
const int PHYS_AXIS_LINEAR_Z = 2
 
const int PHYS_AXIS_ANGULAR_X = 3
 
const int PHYS_AXIS_ANGULAR_Y = 4
 
const int PHYS_AXIS_ANGULAR_Z = 5
 

Properties

string Name [get]
 
Type ReplaceableInterface [get]
 
- Properties inherited from OpenSim.Region.Framework.Interfaces.IRegionModuleBase
string Name [get]
 
Type ReplaceableInterface [get]
 If this returns non-null, it is the type of an interface that this module intends to register. This will cause the loader to defer loading of this module until all other modules have been loaded. If no other module has registered the interface by then, this module will be activated, else it will remain inactive, letting the other module take over. This should return non-null ONLY in modules that are intended to be easily replaceable, e.g. stub implementations that the developer expects to be replaced by third party provided modules. More...
 

Detailed Description

Definition at line 48 of file ExtendedPhysics.cs.

Member Function Documentation

void OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.AddRegion ( Scene  scene)
inline

This is called whenever a Scene is added. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, after Initialise has been called.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 113 of file ExtendedPhysics.cs.

void OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.Close ( )
inline

This is the inverse to Initialise. After a Close(), this instance won't be usable anymore.

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 103 of file ExtendedPhysics.cs.

void OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.Initialise ( IConfigSource  source)
inline

This is called to initialize the region module. For shared modules, this is called exactly once, after creating the single (shared) instance. For non-shared modules, this is called once on each instance, after the instace for the region has been created.

Parameters
sourceA IConfigSource

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 81 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physAxisLock ( UUID  hostID,
UUID  scriptID,
object[]  parms 
)
inline

Definition at line 229 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physChangeLinkFixed ( UUID  hostID,
UUID  scriptID,
int  linkNum 
)
inline

Definition at line 391 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physChangeLinkParams ( UUID  hostID,
UUID  scriptID,
int  linkNum,
object[]  parms 
)
inline

Definition at line 479 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physChangeLinkType ( UUID  hostID,
UUID  scriptID,
int  linkNum,
int  typeCode 
)
inline

Definition at line 352 of file ExtendedPhysics.cs.

string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physGetEngineType ( UUID  hostID,
UUID  scriptID 
)
inline

Definition at line 167 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physGetLinksetType ( UUID  hostID,
UUID  scriptID 
)
inline

Definition at line 321 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physGetLinkType ( UUID  hostID,
UUID  scriptID,
int  linkNum 
)
inline

Definition at line 371 of file ExtendedPhysics.cs.

int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.physSetLinksetType ( UUID  hostID,
UUID  scriptID,
int  linksetType 
)
inline

Definition at line 252 of file ExtendedPhysics.cs.

Here is the call graph for this function:

void OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.RegionLoaded ( Scene  scene)
inline

This will be called once for every scene loaded. In a shared module this will be multiple times in one instance, while a nonshared module instance will only be called once. This method is called after AddRegion has been called in all modules for that scene, providing an opportunity to request another module's interface, or hook an event from another module.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 125 of file ExtendedPhysics.cs.

void OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.RemoveRegion ( Scene  scene)
inline

This is called whenever a Scene is removed. For shared modules, this can happen several times. For non-shared modules, this happens exactly once, if the scene this instance is associated with is removed.

Parameters
sceneA Scene

Implements OpenSim.Region.Framework.Interfaces.IRegionModuleBase.

Definition at line 117 of file ExtendedPhysics.cs.

Member Data Documentation

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_ALL = -1

Definition at line 459 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_ANGULAR_ALL = -3

Definition at line 463 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_ANGULAR_X = 3

Definition at line 471 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_ANGULAR_Y = 4

Definition at line 473 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_ANGULAR_Z = 5

Definition at line 475 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LIMIT_ANGULAR_X = 14709

Definition at line 200 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LIMIT_ANGULAR_Y = 14711

Definition at line 204 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LIMIT_ANGULAR_Z = 14713

Definition at line 208 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LIMIT_LINEAR_X = 14702

Definition at line 186 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LIMIT_LINEAR_Y = 14704

Definition at line 190 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LIMIT_LINEAR_Z = 14706

Definition at line 194 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LINEAR_ALL = -2

Definition at line 461 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LINEAR_X = 0

Definition at line 465 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LINEAR_Y = 1

Definition at line 467 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LINEAR_Z = 2

Definition at line 469 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_ANGULAR = 14707

Definition at line 196 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_ANGULAR_X = 14708

Definition at line 198 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_ANGULAR_Y = 14710

Definition at line 202 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_ANGULAR_Z = 14712

Definition at line 206 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_LINEAR = 14700

Definition at line 182 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_LINEAR_X = 14701

Definition at line 184 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_LINEAR_Y = 14703

Definition at line 188 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_LOCK_LINEAR_Z = 14705

Definition at line 192 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK = 14722

Definition at line 226 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_ANGULAR = 14718

Definition at line 218 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_ANGULAR_X = 14719

Definition at line 220 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_ANGULAR_Y = 14720

Definition at line 222 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_ANGULAR_Z = 14721

Definition at line 224 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_LINEAR = 14714

Definition at line 210 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_LINEAR_X = 14715

Definition at line 212 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_LINEAR_Y = 14716

Definition at line 214 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_AXIS_UNLOCK_LINEAR_Z = 14717

Definition at line 216 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_CENTER_OF_MASS = 1 << 0

Definition at line 164 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINK_TYPE_6DOF = 6

Definition at line 346 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINK_TYPE_FIXED = 1234

Definition at line 340 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINK_TYPE_HINGE = 4

Definition at line 342 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINK_TYPE_SLIDER = 7

Definition at line 348 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINK_TYPE_SPRING = 9

Definition at line 344 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINKSET_TYPE_COMPOUND = 1

Definition at line 247 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINKSET_TYPE_CONSTRAINT = 0

Definition at line 245 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_LINKSET_TYPE_MANUAL = 2

Definition at line 249 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_ANGULAR_LIMIT_HIGH = 14408

Definition at line 427 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_ANGULAR_LIMIT_LOW = 14407

Definition at line 425 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_CFM = 14413

Definition at line 437 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_ENABLE_TRANSMOTOR = 14410

Definition at line 431 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_ERP = 14414

Definition at line 439 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_FRAMEINA_LOC = 14401

Definition at line 413 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_FRAMEINA_ROT = 14402

Definition at line 415 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_FRAMEINB_LOC = 14403

Definition at line 417 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_FRAMEINB_ROT = 14404

Definition at line 419 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_LINEAR_LIMIT_HIGH = 14406

Definition at line 423 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_LINEAR_LIMIT_LOW = 14405

Definition at line 421 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_LINK_TYPE = 14419

Definition at line 449 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_MAX = 14421

Definition at line 455 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_MIN = 14401

Definition at line 410 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_SOLVER_ITERATIONS = 14415

Definition at line 441 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_SPRING_AXIS_ENABLE = 14416

Definition at line 443 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_SPRING_DAMPING = 14417

Definition at line 445 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_SPRING_EQUILIBRIUM_POINT = 14421

Definition at line 453 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_SPRING_STIFFNESS = 14418

Definition at line 447 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_TRANSMOTOR_MAXFORCE = 14412

Definition at line 435 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_TRANSMOTOR_MAXVEL = 14411

Definition at line 433 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_USE_FRAME_OFFSET = 14409

Definition at line 429 of file ExtendedPhysics.cs.

const int OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PHYS_PARAM_USE_LINEAR_FRAMEA = 14420

Definition at line 451 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctAxisLockLimits = "BulletSim.AxisLockLimits"

Definition at line 68 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctChangeLinkFixed = "BulletSim.ChangeLinkFixed"

Definition at line 64 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctChangeLinkParams = "BulletSim.ChangeLinkParams"

Definition at line 67 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctChangeLinkType = "BulletSim.ChangeLinkType"

Definition at line 65 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctGetLinksetType = "BulletSim.GetLinksetType"

Definition at line 62 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctGetLinkType = "BulletSim.GetLinkType"

Definition at line 66 of file ExtendedPhysics.cs.

const string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.PhysFunctSetLinksetType = "BulletSim.SetLinksetType"

Definition at line 63 of file ExtendedPhysics.cs.

Property Documentation

string OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.Name
get

Definition at line 79 of file ExtendedPhysics.cs.

Type OpenSim.Region.PhysicsModule.BulletS.ExtendedPhysics.ReplaceableInterface
get

Definition at line 150 of file ExtendedPhysics.cs.


The documentation for this class was generated from the following file: