From Kyle's article: "... Imagine a game like Pong, except with a rotating triangular ball. This ball needs to have perfect collision detection with the paddles, which means if any part of the triangle intersects with the paddle, there is a collision. You can’t just do simple radial collision detection, nor can you do rectangle collision detection, because the triangle might not actually be colliding for some collisions detected in those cases. However, performing the triangle-to-paddle collision detection can be expensive to do every frame (I know, not that expensive – but imagine 200 balls with 30 players around a big field with balls also colliding with each other, or something like that). So what are you to do? ...".
Read on!Monday, May 07, 2007
NEW ARTICLE: "QUADTREE"
NEW FF2 TRAILER
However, and despite the fact that I haven't gone the cinema yet to watch the above-mentioned movie, I'm particularly more excited with the Fantastic Four's sequel. Why? First, if the Silver Surfer is in it, it should also imply that "Gah Lak Tus" is. And second, because of this new trailer.
I'm not going to argue why I prefer more FF over SP series of movies, at least for now, but in short, I'm not happy with the way Peter Parker's life is being presented/plotted. Maybe in a later post I could explain the reasons behind my sentiment, but for now, I'd only say the the part of the script that deals with PP should be improved.
Anyway, the new FF trailer rocks!
[Btw, an ironman movie is coming ...]"PROFESSIONAL XNA GAME PROGRAMMING" BOOK: UPDATED SOURCE CODE
From the message: "... Yesterday I received updated code from Ben for Professional XNA Game Programming, and it is now live on the book’s page at wrox.com. This new code replaces all of the code previously available on the book’s download site, so all readers should update as soon as possible.
The update includes bug fixes, all samples now compile on both XNA Versions and on Windows (XP and Vista) and Xbox 360. In addition, Ben also included new support for some older ATI video cards because he’s cool like that ...".
What are you waiting for? Just go and download the updated files!