s/resistence/resistance/
This commit is contained in:
parent
ab2209be8c
commit
26d6fa87a2
1 changed files with 2 additions and 2 deletions
|
@ -152,10 +152,10 @@ void Gear::setGlobalGround(double *global_ground, float* global_vel,
|
||||||
for(i=0; i<3; i++) _global_vel[i] = global_vel[i];
|
for(i=0; i<3; i++) _global_vel[i] = global_vel[i];
|
||||||
|
|
||||||
if (material) {
|
if (material) {
|
||||||
loadCapacity = (*material).get_load_resistence();
|
loadCapacity = (*material).get_load_resistance();
|
||||||
frictionFactor =(*material).get_friction_factor();
|
frictionFactor =(*material).get_friction_factor();
|
||||||
rollingFriction = (*material).get_rolling_friction();
|
rollingFriction = (*material).get_rolling_friction();
|
||||||
loadResistance = (*material).get_load_resistence();
|
loadResistance = (*material).get_load_resistance();
|
||||||
bumpiness = (*material).get_bumpiness();
|
bumpiness = (*material).get_bumpiness();
|
||||||
isSolid = (*material).get_solid();
|
isSolid = (*material).get_solid();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue