differt_core.scene.Scene#
- class Scene#
Bases:
objectA scene that contains one mesh, usually being the results of multiple call to
Mesh.append.This class is only useful to provide a fast constructor for scenes created using the Sionna file format.
Attributes
The scene mesh.
Methods
load_xml(file)Load a scene from a Sionna-compatible XML file.
Detailed documentation
- classmethod load_xml(file)#
Load a scene from a Sionna-compatible XML file.
- mesh#
The scene mesh.