| 12 | } |
| 13 | |
| 14 | void CPHStaticGeomShell::PhDataUpdate(dReal step) |
| 15 | { |
| 16 | Island().Step(step); |
| 17 | Island().Unmerge(); |
| 18 | PhysicsRefObject()->enable_notificate(); |
| 19 | CPHUpdateObject::Deactivate(); |
| 20 | } |
| 21 | void CPHStaticGeomShell::Activate(const Fmatrix& form) |
| 22 | { |
| 23 | build(); |
nothing calls this directly
no test coverage detected