Understanding Xna Experiment Part 2
Let's dive into the details surrounding Xna Experiment Part 2. Source code on GitHub: https://github.com/mikerandrup/XNA_WaterFlow3D Realtime 3D
Key Takeaways about Xna Experiment Part 2
- Source code on GitHub: https://github.com/mikerandrup/XNA_WaterFlow3D This is an extension on the earlier project with water ...
- other video: http://www.youtube.com/watch?v=Rli_dNSI0vU
- I've finally gotten 3D AABB collision detection and response to work! Mostly. In this video, I go through what I had previously done ...
- Collision with triangles of the scene (triangle picking optimized)
- XNA
Detailed Analysis of Xna Experiment Part 2
Added collision detection and some explosion effects. Collision with triangles of the scene (triangle picking optimized) Quick change in main menu button layout.
XNA - Initial Movement and Collision Experiments
That wraps up our extensive overview of Xna Experiment Part 2.