Brians200 / CIS-736---Final-Project

0 stars 0 forks source link

Change Integration method #5

Closed Brians200 closed 11 years ago

Brians200 commented 11 years ago

The current integrator is a Euler integration, which very quickly becomes inaccurate and is frowned upon. Implement either runge kutta or verlet or both and give the user the option to decide

Brians200 commented 11 years ago

fa7d410bc8ef60e108006836093a5db5eb93574d

Euler integration, Improved Euler integration, Third order Runge Kutta, and Fourth order Runge Kutta have all been implemented and can be switched between in the particle engine builder