setWorldPose method
Writes a simulated pose back. Backends call this from their interpolate step for dynamic bodies.
Implementation
@override
void setWorldPose(Vector3 translation, Quaternion rotation) {
this.translation.setFrom(translation);
this.rotation.setFrom(rotation);
}