Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
summer_2019:pcubed_intro_project [2019/07/31 22:39] wellerd |
summer_2019:pcubed_intro_project [2019/07/31 23:02] (current) wellerd |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Project 2: Escape from Ice Station McMurdo ====== | + | ====== Escape from Ice Station McMurdo ====== |
===== Part A ===== | ===== Part A ===== | ||
Line 48: | Line 48: | ||
<code> | <code> | ||
- | #get_library("https://raw.githubusercontent.com/perlatmsu/physutil/master/js/physutil.js") | ||
scene.camera.pos=vec(600,0,0) | scene.camera.pos=vec(600,0,0) | ||
Line 71: | Line 70: | ||
dt = 0.01 | dt = 0.01 | ||
- | #MotionMap/Graph | + | #Graph |
- | #runawaycraftMotionMap = MotionMap(runawaycraft, tf, 5, markerScale=1, labelMarkerOrder=False, markerColor=color.orange) | + | |
#Calculation Loop | #Calculation Loop |