Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

bool Impala::Application::Videolympics::PhysicsPart::ShouldDestroy (  )  [inline]

Definition at line 105 of file PhysicsEngine.h.

References mDestroying.

00106     {
00107         if (mDestroying)
00108             return true;
00109 
00110 /*        float aX, aY, aZ;
00111         view3DSys.GetDimensions(mView, &aX, &aY, &aZ, NULL, NULL, NULL);
00112         if (IsAtTarget())
00113         {
00114             ILOG_DEBUG("VIEW " << mNr << "TARGET REACHED. DESTROYING...");
00115             return true;
00116         } */
00117         return false;
00118     }


Generated on Fri Mar 19 10:55:03 2010 for ImpalaSrc by  doxygen 1.5.1