Changes between Version 31 and Version 32 of Tutorials/Digital Twins/Geo2Sig Map Getting Started
- Timestamp:
- Jan 27, 2026, 4:30:46 AM (13 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Digital Twins/Geo2Sig Map Getting Started
v31 v32 100 100 #!python 101 101 import os 102 current_dir = os.getcwd()103 print(current_dir)104 102 SCENE_FOLDER = "../scene/COSMOS" 105 103 scene = load_scene(f"{SCENE_FOLDER}/scene.xml") 106 104 107 105 # Interactive 3D visualization and view of the scene 108 scene.preview(); 106 scene.preview(); 109 107 }}} 110 108
