Physics Based Animation module. Napier SET09119
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
22
commits
Simulations must now be started by the user after load to prevent time accumulation during the fact.
7fb7062View on GitHubChanged the way the cone scales force to make it 0 at all edges. Now using fixed timestep properly, however this causes lag.
166bc4dView on GitHubCone now has varying force based on distance from origin.
3f80787View on GitHubCreated test grid. Cone is working minus varying magnitude and direction.
8a55d6cView on GitHubStaretd on force cone. Appears to be upside-down. Varying magnitudes still to come.
606ea54View on GitHubAdded cube-based collision detection system. Changed particle to cube for 3D viewing.
4f06313View on GitHubCreated Mode system to display different simulations. Created Simulation to show differences between integration methods.
1de2375View on GitHubAdded transparent shader and modified render order to create a transparent environment
8673a83View on GitHubAltered positions and scales in order to create basic demo scene
302ddcaView on GitHub