|
Methods
|
|
Initialize
ReadBones
ReadMaterials
ReadMeshes
Start
__init__
|
|
|
Initialize
|
Initialize ( self, file )
|
|
|
ReadBones
|
ReadBones (
self,
a_file,
num_bones,
)
a_file should be set to after the Bones line.
|
|
|
ReadMaterials
|
ReadMaterials (
self,
a_file,
num_materials,
)
a_file should be set to after the Materials line.
|
|
|
ReadMeshes
|
ReadMeshes (
self,
a_file,
num_meshes,
)
|
|
|
Start
|
Start ( self )
|
|
|
__init__
|
__init__ ( self, wanted_features=None )
If wanted_features equals None then all features are given.
|
|