Skip to content

Commit 0847fd6

Browse files
committed
Further offline improvements
1 parent 1bb4574 commit 0847fd6

26 files changed

+2
-39
lines changed

GlowScriptOffline/Demos/AtomicSolid-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32

43
# Bruce Sherwood
54

GlowScriptOffline/Demos/BillboardingText.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32
b = box(pos=vec(-4,2,0), color=color.red)
43
c1 = cylinder(pos=b.pos, radius=0.1, axis=vec(0,1.5,0), color=color.yellow)
54
s = sphere(pos=vec(4,-4,0), radius=0.5, color=color.green)

GlowScriptOffline/Demos/Bounce-Callbacks-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32

43
scene.caption = """Right button drag or Ctrl-drag to rotate "camera" to view scene.
54
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.

GlowScriptOffline/Demos/Bounce-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32

43
scene.caption = """Right button drag or Ctrl-drag to rotate "camera" to view scene.
54
To zoom, drag with middle button or Alt/Option depressed, or use scroll wheel.

GlowScriptOffline/Demos/BoxLightTest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32

43
# Mikhail Temkine, University of Toronto, April 2007
54

GlowScriptOffline/Demos/Bumpmaps-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32
scene.title = "Enhanced 3D of surfaces using bump maps"
43
scene.caption = "Drag the single light with the left button, rotate with the right button."
54
c = box(pos=vec(0,0,0), shininess=0, texture={'file':textures.stones, 'bumpmap':bumpmaps.stones})

GlowScriptOffline/Demos/ButtonsSlidersMenus-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32
scene.width = 350
43
scene.height = 300
54
scene.range = 1.3

GlowScriptOffline/Demos/Color-RGB-HSV-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32

43
# GlowScript version of Jupyter demo program Color-RGB-HSV
54

GlowScriptOffline/Demos/DoublePendulum-VPython.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32
# Double pendulum
43

54
# The analysis is in terms of Lagrangian mechanics.

GlowScriptOffline/Demos/Extrusions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
from vpython import *
2-
#GlowScript 2.7 VPython
32
scene.background = color.gray(0.8)
43
scene.forward = vec(0,-0.2,-1)
54
scene.fov = 0.2

0 commit comments

Comments
 (0)