Post

 Resources 

Console


Re: VideogameLayer3d (VGL3d) Alpha Demo - hotrodx (4 replies, 1742 views) (2004-Sep-9)
-
I'd like to add that, usually, time-based modeling requires a multiplying factor to all variables that involve moving, spinning, or timing. It does so to make all movements consistent with one another. However, imagine you have to multiply thousands of variables in a big project. That would add an unneccessary CPU hit. Also, like I've said, there's no point of having 120fps when your monitor refresh is only 60hz, say. It's only a waste of both GPU and CPU resources. Better give back the extra milliseconds back to the system. Cycle-based system only requires you to estimate the time required for a given sequence. If something will last for 2 seconds, and you have a cyclerate of 60cps, then all it needs is 120 cycles. Easy. It doesn't care if the framerate is 30, 45 or 60, the system will try it's best to maintain the cycle rate. I wouldn't say cycle-based systems are perfect. The system is always trying to recalibrate itself, so cycle accuracy isn't 100% on frequently changing framerates. But in comparison with time-based system, it doesn't add extra variable recalculations that would further slow down a slow PC.


-
Up One Level | Back to News

Re: VideogameLayer3d (VGL3d) Alpha Demo -  VBBR (3 replies) (2004-Sep-9)
But suppose you're using frame-based animation and the user gets something like 20 or 15 FPS... Wouldn't that make the animation slow?
  Close
Yeah, even if you have the frame rate capped at 30 FPS, someone will run the game and only get 15 FPS, meaning the game isa only going half the peed it should. This is especially critical in Online games, since multiple characters will have to be kept in sync (can't have the AI moving 2 times as fast as you [;)]).
  Close
Sorry about the doiuble post, the page said it could not be displayed, so I assumed it didn't post...
  Close
Re: VideogameLayer3d (VGL3d) Alpha Demo -  VBBR (0 replies) (2004-Sep-10)
Isn't there a command here to delete posts? It's the second time this happens, just in this thread.
  Close

Copyright © 2002 - 2004 Eric Coleman, Peter Kuchnio , et. al.
There have been 40 visitors within the last 20 minutes
RSS News Feed