Friday, March 6, 2009
PewPew, step 5
Just for kicks I enabled addiditve blending which resulted in... ABSOLUTELY NO LOSS OF FPS. Shown here are spherical explosions (200 particules per explosions), still at 60 fps. I captured the video filming the simulator because I was hoping the quality would be better than when filming my ipod (the pixels on my computer screen are larger).
Subscribe to:
Post Comments (Atom)
Unexpected Gotchas in Making a Game Deterministic
When aiming for a fully deterministic program, it is common knowledge that you have to deterministically seed your random number generators,...
-
I wanted to write this post for a while. It describes a C++ technique to implement rollback in the context of multiplayer games that I feel ...
-
When aiming for a fully deterministic program, it is common knowledge that you have to deterministically seed your random number generators,...
-
Occasionally someone will asked how I obtained the PPL look. In a nutshell: Draw everything with lines, including the text and the various i...
No comments:
Post a Comment