Hi,
Thank you for the response.
From the example I understand how we could load image with reference to (east, north, up).
But I’'m working on a different scenario. Using three.js library I’ve constructed a model (assembled building). That model will contains of so many smaller models which have the reference of position in (x,y,z). Now I wanted to load those completed model into Cesium. When I try to load the model into Cesium by directly converting the position (x,y,z) to (north, east, up) the result is not as I expected. All the models are scattered.
The functionality, which I’m trying to achieve is, based on some origin (longitude, latitude, altitude) point, I should position the model into cesium with reference of (x,y,z) relative to cesium coordinates (long, lat, alt).
I’ve tried with the below article to convert the (x,y,z) to the (long, lat, alt) with some origin (long, lat, alt), but no luck
http://www.whoi.edu/marine/ndsf/cgi-bin/NDSFutility.cgi?form=0&from=XY&to=LatLon
Can you guide me with the better solution.
Note:
I want to load different set of models which was configured in three.js library to the cesium with different geo coordinate position.
(E.g. load some set of constructed building in x geo coordinates and load some shopping mall in y geo coordinates).
Thanks,
Premkumar