Hello,
I work in a public lab in wich we create accurate 3D capture of historical and cultural heritage related sites.
I've been playing for a while with the VTS backend and encountered an issue :
Our datasets are in the slpk format. When I load it in my local vts environement I end up with a "mirrored" version of my data :
normals seems to be inverted, the model itself is inverted on the Y axis and the latitude and longitude of the default camera inverted in the url (//localhost:3060/dpn/tilesets/test_v17.slpk/?pos=obj,47.895247,-3.407835,fix,-33.02,0.00,-90.00,0.00,74.85,45.00).

We tried to load this same dataset in the melown cloud plateform and their is no sign of these isues (//www.melown.com/cloud/link/ZLlnO3RgGLV4k89n835j?pos=obj,-3.407941,47.895019,fix,86.35,-57.63,-56.62,0.00,72.50,45.00).

We import the data using :
slpk2vts --input <dataset> --output /var/vts/store/resources/tilesets/<dataset> --referenceFrame melown2015 --tilesetId <dataset>
- and then
vts dpn --add --tileset /var/vts/store/resources/tilesets/<dataset>/ --top
Do you have any idea why we have this behaviour ? Maybe we are missing something. Do you pre-process the files before importing in your cloud service ?
Hello,
I work in a public lab in wich we create accurate 3D capture of historical and cultural heritage related sites.
I've been playing for a while with the VTS backend and encountered an issue :
Our datasets are in the slpk format. When I load it in my local vts environement I end up with a "mirrored" version of my data :
normals seems to be inverted, the model itself is inverted on the Y axis and the latitude and longitude of the default camera inverted in the url (//localhost:3060/dpn/tilesets/test_v17.slpk/?pos=obj,47.895247,-3.407835,fix,-33.02,0.00,-90.00,0.00,74.85,45.00).
We tried to load this same dataset in the melown cloud plateform and their is no sign of these isues (//www.melown.com/cloud/link/ZLlnO3RgGLV4k89n835j?pos=obj,-3.407941,47.895019,fix,86.35,-57.63,-56.62,0.00,72.50,45.00).
We import the data using :
slpk2vts --input <dataset> --output /var/vts/store/resources/tilesets/<dataset> --referenceFrame melown2015 --tilesetId <dataset>vts dpn --add --tileset /var/vts/store/resources/tilesets/<dataset>/ --topDo you have any idea why we have this behaviour ? Maybe we are missing something. Do you pre-process the files before importing in your cloud service ?