Module Spyder :: Class World3D
[hide private]
[frames] | no frames]

Class World3D

source code

object --+
         |
        World3D

Spyder-generated class

module tarantula

file /home/sjoerd/Spyder-devel/tarantula/Tarantula.spy

Description

Class to store 3D objects in a self-contained way

Contains a list of Tarantula objects

and a list of the materials used by those objects

Every object should be Tarantula-compatible,

i.e. the show() method should work on it,

but this is not validated beforehand.

Wiki

http://www.spyderware.nl/wiki/classes/World3D

Form block

>>>            
BLENDER
DEFAULT objects []
DEFAULT materials []               
>>>

Registered methods:

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
three_dimensional() source code
Instance Variables [hide private]
NewMaterialArray materials
ObjectList3D objects
Properties [hide private]

Inherited from object: __class__