Browse Source

CIS:CSI

legacy
Benjamin ‘Touky’ Huet touky 12 years ago
parent
commit
7e4252a38f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/PhysicObject.h

+ 1
- 1
test/PhysicObject.h View File

@@ -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);


Loading…
Cancel
Save