3D WPF XBAP Gravity Simulation
This project was created to test out the 3D capabilities of WPF when deployed over
the web as a XBAP project. The program displays a scene of objects each having their
own mass and velocity. Newtonian gravity equations are used to provide the interaction
between the objects.
Controls are provided to alter the scene being displayed by adding or removing objects
and altering their attributes. Click on an object in the scene to view its current
properties. The scene can also be paused to allow for easier access to the objects.