Benjamin ‘Touky’ Huet touky 12 anni fa
parent
commit
dc4735c9c0
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      test/Physics/Include/LolPhysics.h

+ 6
- 0
test/Physics/Include/LolPhysics.h Vedi File

@@ -106,6 +106,12 @@ private:
m_dynamics_world->setGravity(LOL2BT_VEC3(NewGravity * LOL2BT_UNIT));
}

void CustomSetWorldLimit(vec3 const &NewWorldMin, vec3 const &NewWorldMax)
{
}

void CustomSetTimestep(float NewTimestep) { }

//broadphase
btBroadphaseInterface* m_broadphase;
btAxisSweep3* m_Sweep_broadphase;


Caricamento…
Annulla
Salva