rec.autos.simulators

Car physics -- Inertia tensors

Ruud van Ga

Car physics -- Inertia tensors

by Ruud van Ga » Tue, 09 Jan 2001 20:32:56


Do try to get it into OOP when you have some (long, lol) spare
moments. Matrices, vectors etc really do very well in an OOP
environment.

Ruud van Gaal, GPL Rank +53.25
Pencil art    : http://www.racesimcentral.net/
Car simulation: http://www.racesimcentral.net/

Ruud van Ga

Car physics -- Inertia tensors

by Ruud van Ga » Tue, 09 Jan 2001 20:32:08


Damn, indeed, it doesn't run in my Win2K. Just gives 6 little dots
after inputting XYZ. I'll try it under Win95 later.

Ruud van Gaal, GPL Rank +53.25
Pencil art    : http://www.marketgraph.nl/gallery/
Car simulation: http://www.marketgraph.nl/gallery/racer/

J. Todd Wass

Car physics -- Inertia tensors

by J. Todd Wass » Wed, 10 Jan 2001 08:52:01

  Yeah, I'm sure it'll take at least a week or two  lol!!!  See you in a couple
years!  It took me about 6 months to write the program on my website, and that
was my first Windows program (aside from little monkeying around stuff to see
how things work.)  The physics that went into that were ported from an old DOS
QBasic program I wrote, so it took MUCH longer to figure out.  OOP?  That'll
take a while... :-)
Todd Wasson
---
Performance Simulations
Drag Racing and Top Speed Prediction
Software
http://PerformanceSimulations.Com

J. Todd Wass

Car physics -- Inertia tensors

by J. Todd Wass » Wed, 10 Jan 2001 08:54:09

  Sorry, it's because I don't handle drawing properly (through WM_Paint
messages), rather, it uses WM_Timer.  That doesn't seem to work in Win2K.  I
think it does in Win ME, though.  Anyway, let me know if it looks right.  Do
objects really do wierd things like that when they're spinning in 0g?  Bizarre!
 Not sure if it's right.
Todd Wasson
---
Performance Simulations
Drag Racing and Top Speed Prediction
Software
http://PerformanceSimulations.Com

Ruud van Ga

Car physics -- Inertia tensors

by Ruud van Ga » Wed, 10 Jan 2001 22:22:47


Weird, WM_TIMER works in Win2K though. Perhaps you're not handling
BeginPaint()/EndPaint() things right. Well, I don't know much Windows
programming actually, so I can't really tell.
Perhaps you should call Invalidate() on the window instead of painting
from within WM_TIMER. (and process the WM_PAINT message, this is not
really a message at all I believe, more a state which is sent when no
messages are available (idle processing)).

Anyway, this is not the place for these discussions. :)

I still have to check in Win95, unfortunately, upto Sunday I seem to
be stuck with work (outside the office).

Ruud van Gaal, GPL Rank +53.25
Pencil art    : http://www.marketgraph.nl/gallery/
Car simulation: http://www.marketgraph.nl/gallery/racer/

Petri Blomqvis

Car physics -- Inertia tensors

by Petri Blomqvis » Thu, 11 Jan 2001 04:04:01



You still seem to have some work ahead of you. That rotation looks a lot
like what I got from my first attempts. In fact, I only got mine working
when I switched to using quaternions to describe the orientations of my
objects... but I digress. :)

I would suggest that you use a top (large moment of inertia on one axis,
a much smaller one on the other two) to test the rotation. If you can
make the top spin and precess stably by giving it a large initial angular
momentum on the axis with the large moment of inertia, and small
momentums on the other two, your code is probably working.

Petri Blomqvist

John Simmo

Car physics -- Inertia tensors

by John Simmo » Thu, 11 Jan 2001 07:51:20


says...


> >>Damn, indeed, it doesn't run in my Win2K. Just gives 6 little dots
> >>after inputting XYZ. I'll try it under Win95 later.

> >  Sorry, it's because I don't handle drawing properly (through WM_Paint
> >messages), rather, it uses WM_Timer.  That doesn't seem to work in Win2K.

> Weird, WM_TIMER works in Win2K though. Perhaps you're not handling
> BeginPaint()/EndPaint() things right. Well, I don't know much Windows
> programming actually, so I can't really tell.
> Perhaps you should call Invalidate() on the window instead of painting
> from within WM_TIMER. (and process the WM_PAINT message, this is not
> really a message at all I believe, more a state which is sent when no
> messages are available (idle processing)).

> Anyway, this is not the place for these discussions. :)

> I still have to check in Win95, unfortunately, upto Sunday I seem to
> be stuck with work (outside the office).

The WM_TIMER message is the lowest priority message.  It gets process
after EVERYTHING else.  If you want something to work on a timer, you
should set up a timer thread.  I have a threaded timer class if you need
it.

--
=========================================================
Redneck Techno-Biker (Zerex12)
  http://www.paddedwall.org/john
Barbarian Diecast Collector (420+ cars and counting)
  http://www.paddedwall.org/diecast
DeMONS Scheduler for N3 and NL
  http://www.paddedwall.org/demons
IGPS/3 Home Page
  http://www.paddedwall.org/igps3

If you want to send me email, go to the first URL shown
above & click "Send Me Mail" in the contents frame.
=========================================================

Moj

Car physics -- Inertia tensors

by Moj » Thu, 11 Jan 2001 21:50:02

Hi Chris,

Do you work or have you ever worked on a RBS?

Gregor Vebl

Car physics -- Inertia tensors

by Gregor Vebl » Thu, 11 Jan 2001 21:00:21


> Hi Chris,

> Do you work or have you ever worked on a RBS?

You really don't know whom you are just talking to, do you :) ?

-Gregor

Gregor Vebl

Car physics -- Inertia tensors

by Gregor Vebl » Thu, 11 Jan 2001 21:11:12


> Do try to get it into OOP when you have some (long, lol) spare
> moments. Matrices, vectors etc really do very well in an OOP
> environment.

> Ruud van Gaal, GPL Rank +53.25
> Pencil art    : http://www.marketgraph.nl/gallery/
> Car simulation: http://www.marketgraph.nl/gallery/racer/

Well, I'd say that for matrices and vectors the operator overloading
possibility is much more important than objects. However, if you have an
elegant way of treating them as objects, I'd love to hear more about it.

-Gregor

Olav K. Malm

Car physics -- Inertia tensors

by Olav K. Malm » Thu, 11 Jan 2001 22:24:32


> Hi Chris,

> Do you work or have you ever worked on a RBS?

Nice quoting.

--
Olav K. Malmin
remove .spam when replying

J. Todd Wass

Car physics -- Inertia tensors

by J. Todd Wass » Fri, 12 Jan 2001 07:20:47

  Right, I'm not even using WM_PAINT, beginpaint, or endpaint :-)  It just goes
into a sub right after the WM_TIMER message and draws on the bitmap, then
bitblts it.  I'm pretty sure this is what causes the Win2K problem.
InvalidateRect would fire a WM_PAINT message, then I should really call the
graphics section from there.  Oh well, it works on my system anyway ;-)

Todd Wasson
---
Performance Simulations
Drag Racing and Top Speed Prediction
Software
http://PerformanceSimulations.Com

J. Todd Wass

Car physics -- Inertia tensors

by J. Todd Wass » Fri, 12 Jan 2001 07:22:08

   Thanks for the offer, that's kind of you.  Unfortunately, I'm not using an
OOP language, so a class won't do me much good.  I just need to set things up
through WM_PAINT, like it's supposed to be done :-)

Todd Wasson
---
Performance Simulations
Drag Racing and Top Speed Prediction
Software
http://PerformanceSimulations.Com

J. Todd Wass

Car physics -- Inertia tensors

by J. Todd Wass » Fri, 12 Jan 2001 07:23:27

  Shucks, thought I had it until I let it run for awhile.  Sometimes, it almost
stops, then suddenly whips around 180 degrees or so.  I'll try the spinning top
idea and see what it does.  Thanks a lot for your help Petri!
Todd Wasson
---
Performance Simulations
Drag Racing and Top Speed Prediction
Software
http://PerformanceSimulations.Com

S??bastien Tixie

Car physics -- Inertia tensors

by S??bastien Tixie » Fri, 12 Jan 2001 16:23:16

The best is to use winmm.lib and the multimedia timers :

timeBeginPeriod
timeSetEvent
timeKillEvent
timeEndPeriod

Use MSDN help for more info.

i'm calling dynmamic under time interruption to guarantee a real time
processing ... even if display is slow.
Be aware of re-entrence calling !

Seb
Game Developer
GPLRank -36.24
http://magicfr.multimania.com


rec.autos.simulators is a usenet newsgroup formed in December, 1993. As this group was always unmoderated there may be some spam or off topic articles included. Some links do point back to racesimcentral.net as we could not validate the original address. Please report any pages that you believe warrant deletion from this archive (include the link in your email). RaceSimCentral.net is in no way responsible and does not endorse any of the content herein.