[ODE] how do you stop a simulation
Thomas Harte
thomasharte at lycos.co.uk
Thu Dec 26 05:08:01 2002
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--=_NextPart_Lycos_0257381040904375_ID
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
>How do you stop running a simulation, to start running another one, without
>finishing the program.
Simply use different dWorld's for each simulation (allocating dynamically if you need),
and stop issueing dWorldStep's to one, then start issueing them to the other.
If you have what you think of as the same bodies in both simulations, notice that you will
still have to use different dBody's in each dWorld.
-Thomas
When words aren't enough - Vodafone live! A new world of colour, sounds, picture messages and information on your mobile. <a href="http://ad.doubleclick.net/clk;4909903;7724245;q?http://www.vodafone.co.uk/live">
Click here</a> to find out more.
--=_NextPart_Lycos_0257381040904375_ID--