Explorar el Código

CIS:CSI

legacy
Benjamin ‘Touky’ Huet touky hace 12 años
padre
commit
7e4252a38f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      test/PhysicObject.h

+ 1
- 1
test/PhysicObject.h Ver fichero

@@ -85,7 +85,7 @@ public:
m_character->SetCollisionChannel(0, 0xFF);
m_character->SetShapeToCapsule(BoxSize.x, BoxSize.y);
m_character->SetMass(.0f);
m_character->SetStepHeight(1.f);
//m_character->SetStepHeight(1.f);
m_character->SetTransform(base_location, base_rotation);
m_character->InitBodyToGhost();
m_character->AddToSimulation(new_sim);


Cargando…
Cancelar
Guardar