After setting up our modifier, we can now load and watch live with:
args = axtools.read("examples/rocket-launch.tmpl.ax") args.modifier = modifier bodies = axtools.load(args, verbose=True)
Then watch it with:
axtools.live(args, axtools.vpython(args, "live"))
Last updated 11 days ago