Scenes ====== .. autofunction:: sionna.rt.load_scene .. autoclass:: sionna.rt.Scene :members: :inherited-members: Built-in scenes --------------- Sionna has several integrated scenes that are listed below. They can be loaded and used as follows: .. code-block:: python scene = load_scene(sionna.rt.scene.etoile) scene.preview() .. autodata:: sionna.rt.scene.box :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.box_one_screen :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.box_two_screens :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.double_reflector :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.etoile :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.floor_wall :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.florence :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.munich :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.san_francisco :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.simple_reflector :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.simple_street_canyon :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.simple_street_canyon_with_cars :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.simple_wedge :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.triple_reflector :annotation: (`Blender file `__) Built-in meshes --------------- .. autodata:: sionna.rt.scene.low_poly_car :annotation: (`Blender file `__) .. autodata:: sionna.rt.scene.sphere :annotation: (`Blender file `__)