Understanding Xna Experiment 2
Exploring Xna Experiment 2 reveals several interesting facts. Added collision detection and some explosion effects.
Key Takeaways about Xna Experiment 2
- David Vo's
- Quick change in main menu button layout.
- A simple
- I'm still learning
- XNA
Detailed Analysis of Xna Experiment 2
Source code on GitHub: https://github.com/mikerandrup/XNA_WaterFlow3D Realtime 3D Collision with triangles of the scene (triangle picking optimized) As far as I can tell, the per-pixel code is as good as it's going to get, but if you find any flaws (This goes with all my code, I guess), ...
An improvement over the first system. The particles can bounce at realistic angles off of moving blocks. Need to make the boxes ...
Stay tuned for more updates related to Xna Experiment 2.