<div dir="ltr"><div>Hi Abdelghani,</div><div><br></div><div>> I've tried to manually export the scene but the results is a bit disappointing: <br></div><div><br></div><div>This looks like a bug on the exporting code. Have you checked the issue tracker?</div><div><br></div><div><br></div><div>> Also I've seen that in the python API documentation it is mentioned that
 Qgs3DMapScene is not available. Which means I cannot export the scene 
using pyQGIS?</div><div><br></div><div>This note is outdated and should be removed. You can access the Qgs3DMapScene object in python and do an export:</div><div>s = Qgs3DMapExportSettings()</div><div>... # setup your export settings<br></div><div>iface.mapCanvases3D()[0].scene().exportScene(s)</div><div><br></div><div><br></div><div>Best,</div><div>Stefanos<br></div></div>