| 1170 | } |
| 1171 | |
| 1172 | vec3 MovementObject::GetFacing() { |
| 1173 | return rigged_object_->anim_client.GetRotationMatrix() * vec3(0.0f, 0.0f, 1.0f); |
| 1174 | } |
| 1175 | |
| 1176 | void MovementObject::Ragdoll() { |
| 1177 | if (!rigged_object_->animated) { |
no test coverage detected