Software Design
Spring 2007

Lab Exercise 12

Due: never!!!

3D Graphics

  1. Install VPython by logging in as root and typing

    yum install visual-python
    

    You can test it by running one of the examples:

    cd /usr/share/doc/visual-python-3.2.9/examples/
    python stonehenge.py
    

    The documentation is available from http://www.vpython.org/.

  2. The examples should give you an idea of what is possible. Choose an interesting one, make a copy, and play around with it.