Python Computer Graphics Kit
Previous:
9.1 WorldObject
Up:
9. WorldObjects
Next:
9.3 Sphere
9.2
Box
-- Box object
class
Box
(
name = "Box",
lx = 1.0,
ly = 1.0,
lz = 1.0,
segmentsx = 1,
segmentsy = 1,
segmentsz = 1,
dynamics = True,
static = False,
...[WorldObject params]...
)
Python Computer Graphics Kit
Previous:
9.1 WorldObject
Up:
9. WorldObjects
Next:
9.3 Sphere
Release 2.0.0alpha8, documentation updated on February 24, 2008.