We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc20bb6 + 71e3a22 commit b7dcb1fCopy full SHA for b7dcb1f
modules/jolt_physics/objects/jolt_soft_body_3d.cpp
@@ -606,6 +606,7 @@ void JoltSoftBody3D::set_transform(const Transform3D &p_transform) {
606
vertex.mPosition = vertex.mPreviousPosition = relative_transform * vertex.mPosition;
607
vertex.mVelocity = JPH::Vec3::sZero();
608
}
609
+ wake_up();
610
611
612
AABB JoltSoftBody3D::get_bounds() const {
0 commit comments