Simulate physics scene

Hi,



I am trying to evolve(using a genetic algorithm) a behavior for my enemies. Can anyone tell me how i can speed up the physics engine clock so it will simulate the world faster?



Thank you,

dmig.

in simpleInit:

speed = 4;

also it can be any positive number, not just 4 :stuck_out_tongue:

1 Like

Thanks.

Works like a charm.