Skip to content

Include btTransformUtil functions? #429

@regnaio

Description

@regnaio

Kinematic btRigidBody example by Erwin Coumans - creator of Bullet Physics

btTransformUtil::integrateTransform(m_groundBody->getWorldTransform(), linearVelocity, angularVelocity, dt, predictedTrans);

m_groundBody->getMotionState()->setWorldTransform(predictedTrans);

I'd like to use this useful btTransformUtil::integrateTransform() function in ammo.js. Can we expose this function in ammo.js?

btTransformUtil::integrateTransform() source in bulletphysics/bullet3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions