Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface btDiscreteDynamicsWorld

Bt discrete dynamics world

Hierarchy

Index

Constructors

constructor

Methods

addAction

addCollisionObject

  • addCollisionObject(collisionObject: btCollisionObject, collisionFilterGroup?: number, collisionFilterMask?: number): void

addConstraint

  • addConstraint(constraint: btTypedConstraint, disableCollisionsBetweenLinkedBodies?: boolean): void

addRigidBody

contactPairTest

contactTest

convexSweepTest

debugDrawObject

debugDrawWorld

  • debugDrawWorld(): void

getBroadphase

getDebugDrawer

getDispatchInfo

getDispatcher

getGravity

getPairCache

getSolverInfo

rayTest

removeAction

removeCollisionObject

removeConstraint

removeRigidBody

setContactAddedCallback

  • setContactAddedCallback(funcpointer: number): void

setContactDestroyedCallback

  • setContactDestroyedCallback(funcpointer: number): void

setContactProcessedCallback

  • setContactProcessedCallback(funcpointer: number): void

setDebugDrawer

setGravity

setInternalTickCallback

stepSimulation

  • stepSimulation(timeStep: number, maxSubSteps?: number, fixedTimeStep?: number): number

updateSingleAabb

Generated using TypeDoc