]> Dogcows Code - chaz/yoink/blobdiff - src/Character.cc
initial mesh testing
[chaz/yoink] / src / Character.cc
index ccb2f9776dacc3216e75616235186c2a94665292..c5d48385c8793bc71db777f4e3416bc4dabe3909 100644 (file)
@@ -73,9 +73,9 @@ Character::Character(const std::string& name) :
 
        // forces
        state_.force = moof::vector2(0.0, 0.0);
 
        // forces
        state_.force = moof::vector2(0.0, 0.0);
-       state_.forces.push_back(SpringForce(moof::vector2(5.0, 4.0)));
+       //state_.forces.push_back(SpringForce(moof::vector2(5.0, 4.0)));
        state_.forces.push_back(ResistanceForce(2.0));
        state_.forces.push_back(ResistanceForce(2.0));
-       state_.forces.push_back(moof::linear_state<2>::gravity_force(-9.8));
+       //state_.forces.push_back(moof::linear_state<2>::gravity_force(-9.8));
 
        // starting position
        state_.position = moof::vector2(5.0, 5.0);
 
        // starting position
        state_.position = moof::vector2(5.0, 5.0);
This page took 0.020122 seconds and 4 git commands to generate.