| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Object3D
Spyder-generated class
module tarantula
file /home/sjoerd/Spyder-devel/tarantula/Tarantula.spy
Self-contained class for 3D object (mesh) data
Every face contains indices that point to a vertex in "vertices"
If a material other than "defaultmaterial" is used,
it must be elsewhere defined and show()'ed as a NewMaterial
Edge specification is fully optional
http://www.spyderware.nl/wiki/classes/Object3D
>>> if lighting != None: assert lighting in ("smooth", "flat") >>>
>>> OPTION lighting "smooth", "flat" >>>
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
| VertexArray |
vertices = []
|
||
| Face3DArray |
faces = []
|
||
| Material |
material = "defaultmaterial"
|
||
| AxisSystem |
axis = AxisSystem()
|
||
| Edge3DArray |
edges = []
|
||
| String |
lighting = "flat"
|
||
|
|||
|
Inherited from |
|||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon May 10 22:45:18 2010 | http://epydoc.sourceforge.net |