🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Everything working...and now?

Started by
22 comments, last by Almar Joling 23 years, 4 months ago
If you could truncate those long lines(by editing your post), it would be nice Almar. I''ll check out your demo in more depth tomorrow.

Good Luck

-ddn
Advertisement
Better so?, I thought It''s all without scrollbars now (atleast,
on 1024x768 it is)

Almar
The only cause of those errors that I can think of would be the
division here: CubicSplineReturn(DeltaTime / TimeBetweenPackets)

If those values are integers, then the result will always be
zero (since DT < TBP). Try casting both values to floats (or
reals) and see if that fixes the problem.

Edited by - fprefect on February 16, 2001 3:11:10 PM
Matt Slot / Bitwise Operator / Ambrosia Software, Inc.
It''s a single. I''ve checked the calculations and they are like: "0,01","0,2", etc. so that should be allright...
I think I''m going to mess with the code tommorow. It''s probably some strange mistake (I think)

This topic is closed to new replies.

Advertisement