| 85 | } |
| 86 | |
| 87 | PhysicsPlugin::PhysicsPlugin() |
| 88 | { |
| 89 | mPhysicsCleanup = new SimSet(); |
| 90 | mPhysicsCleanup->assignName( "PhysicsCleanupSet" ); |
| 91 | mPhysicsCleanup->registerObject(); |
| 92 | Sim::getRootGroup()->addObject( mPhysicsCleanup ); |
| 93 | } |
| 94 | |
| 95 | PhysicsPlugin::~PhysicsPlugin() |
| 96 | { |
nothing calls this directly
no test coverage detected