3 lines
130 B
Python
3 lines
130 B
Python
from visual import *
|
|
mybox = box(pos=(0,0,0), length=4, height=2, width=3, axis=(-0.1,-0.1,0.1) )
|
|
scene.title = "VPython: cuboid"
|