Re: [QGIS-Developer] Rendering simple 3D lines

2021-12-14 Thread rnathreddy
ll Dawson Cc: qgis-developer Subject: Re: [QGIS-Developer] Rendering simple 3D lines Dear Nyall, Thank you very much for your help. I was struggling from the past couple of days to resolve this issue. As you said I missed out calling Qgs3D::Initialize () and Qgs3DAppUtils::initialize() at the startup

Re: [QGIS-Developer] Rendering simple 3D lines

2021-09-07 Thread rnathreddy
Dear Nyall, Thank you very much for your help. I was struggling from the past couple of days to resolve this issue. As you said I missed out calling Qgs3D::Initialize () and Qgs3DAppUtils::initialize() at the startup. Now it is working. Regards Raghunath On 2021-09-07 20:41, Nyall Dawson

Re: [QGIS-Developer] Rendering simple 3D lines

2021-09-07 Thread Nyall Dawson
On Wed, 8 Sept 2021 at 13:27, wrote: > > Hi, > > We are developing a simple 3D viewer to display the DEM and overlay a > trajectory (vector layer) as a simple 3d lines. It is working fine and > vector file is draped on to the terrain. We want to display the vector > file as simple 3d lines. > > We

[QGIS-Developer] Rendering simple 3D lines

2021-09-07 Thread rnathreddy
Hi, We are developing a simple 3D viewer to display the DEM and overlay a trajectory (vector layer) as a simple 3d lines. It is working fine and vector file is draped on to the terrain. We want to display the vector file as simple 3d lines. We could see the same in QGIS application by settin