SceneData¶
Qualified name: algan.mobs.three\_d\_models.scene\_data.SceneData
- class SceneData(meshes=<factory>, materials=<factory>, nodes=<factory>, animations=<factory>, unit_scale=1.0, source_path='')[source]¶
Bases:
objectA whole imported model.
Methods
material_forAttributes
- Parameters:
meshes (list[MeshData])
materials (list[MaterialData])
nodes (list[NodeData])
animations (list[AnimationData])
unit_scale (float)
source_path (str)