MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / GetTransform

Method GetTransform

Source/Objects/itemobject.cpp:1375–1377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375mat4 ItemObject::GetTransform() const {
1376 return transform;
1377}
1378
1379void ItemObject::SleepPhysics() {
1380 bullet_object_->Sleep();

Callers 10

CollidedMethod · 0.45
GetTransformedVertexMethod · 0.45
UpdateMethod · 0.45
ActivatePhysicsMethod · 0.45
StickToEnvironmentMethod · 0.45
WorldToModelPosMethod · 0.45
ModelToWorldPosMethod · 0.45
GetPhysicsTransformMethod · 0.45
DrawItemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected