Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
physics, weight transfert
02-14-2012, 02:06 PM,
#4
 
another thing about the weights: example, the CO car have this
Code:
[particle.00]
mass = 36.0
position = 0.0, -1.25, -0.43

[particle.01]
mass = 155.0
position = 0.5, -1.3, -0.13

[particle.02]
mass = 155.0
position = -0.5, -1.3, -0.13

[particle.03]
mass = 155.0
position = 0.5, 1.4, -0.13

[particle.04]
mass = 155.0
position = -0.5, 1.4, -0.13

but the function
Code:
    // load children bodies
    for (PTree::const_iterator it = cfg.begin(); it != cfg.end(); ++it)
    {
        if (!loadBody(it->second, error_output)) return false;
    }
doesn't load these mass... is right? these values doesn't affect nothing? thanks in advance!


mmm... the release seems that this is considered 1100kg instead of 475...
Reply


Messages In This Thread
physics, weight transfert - by ghiboz - 02-13-2012, 11:06 AM
[No subject] - by NaN - 02-13-2012, 12:49 PM
[No subject] - by ghiboz - 02-14-2012, 10:23 AM
[No subject] - by ghiboz - 02-14-2012, 02:06 PM
[No subject] - by NaN - 02-15-2012, 07:29 AM
[No subject] - by ghiboz - 02-15-2012, 08:30 AM
[No subject] - by NaN - 02-15-2012, 08:53 AM
[No subject] - by ghiboz - 02-15-2012, 10:45 AM
[No subject] - by NaN - 02-15-2012, 11:32 AM
[No subject] - by ghiboz - 02-29-2012, 10:14 AM
[No subject] - by NaN - 02-29-2012, 03:30 PM
[No subject] - by ghiboz - 02-29-2012, 04:07 PM
[No subject] - by vdriftfan - 03-05-2012, 06:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)