Skip to content

Instantly share code, notes, and snippets.

@OlivierLi
Created April 14, 2014 22:10
Show Gist options
  • Save OlivierLi/10686321 to your computer and use it in GitHub Desktop.
Save OlivierLi/10686321 to your computer and use it in GitHub Desktop.
default.json
{
"particles_count" : 64000,
"particle_mass" : 0.0025,
"simulation_time" : 1,
"target_fps" : 60,
"simulation_scale" : 0.01,
"write_all_frames" : false,
"constant_acceleration" : {
"x" : 0, "y" : -9.8, "z" : 0
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment