MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / updateTransform

Method updateTransform

testbed/common/HeightField.h:110–112  ·  view source on GitHub ↗

Update the transform matrix of the object

Source from the content-addressed store, hash-verified

108
109// Update the transform matrix of the object
110inline void HeightField::updateTransform(float interpolationFactor) {
111 mTransformMatrix = computeTransform(interpolationFactor, mScalingMatrix);
112}
113
114// Return the collider
115inline rp3d::Collider* HeightField::getCollider() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected