-
Notifications
You must be signed in to change notification settings - Fork 3
Inverted 3D models after using #6
Comments
Hi, it looks like a problem with normals. The input dataset is not preprocessed but the software running in the cloud is way older than the current git HEAD. |
Thanks for your quick response. Of course ! Can I send it to you via email ? I'd rather not to provide dl links on public chanel (You can find mine in my profile, you don't seem to have a public mail on yours). |
Sorry for not replying, I've got distracted by other stuff. Downloaded and your message with the link deleted. |
No problem. Thank you. |
I was unable to replicate your problem. However, there was a problem in the 1.89 version of |
I've noticed that due to "uneven bottom" of your dataset (i.e. not all data are represented at the deepest level 13) the The workaround to move the dataset to lower LOD in the VTS tile tree is to use However, I've hit a bug in the code, the is fix in the |
Thank you for your feed back. I use a custom docker image based on ubuntu 20.04, building directly vts-tools, vtsd, mapproxy and registry from the master branch. I'll try updating my image to incorporate your bug fix. I'll also update my loading process using the workaroud you proposed. I'll keep in touch with you once I've done that. Thanks again. |
Yes, I converted it OK. However, now I noticed you are running it on focal. Lemme test it on focal as there may be some hidden problems with newer libraries. |
That's what I thought too. I'll wait for your feedback then. Thanks again. |
Got the same result! Will investigate. |
OK, got it. Fixed in master. Just currious how much code did this change break... |
Thanks a lot ! We will use the new version and give you feedbacks on any isues. Let's hope nothing has broke ;). |
I forgot to mention that the change is in submodule, you have to updated recursively. |
Hi, Thanks for the changes. So far it seems to be working. We managed to load and visualize a full dataset in the corrected version. The only issue we have left is that, after a time, the scene violently reload itself, leading to a full reload of the LODs. You can have an exemple of this in this video : https://drive.dpn-lab.com/s/DrE42wMk8MSk9cK. Do you have any idea of the reason that can causes this ? |
Hi, I have not encountered this but I guess it could be a problem with memory -- too much data loaded in the browser. Have you checked browser's console? (F12 in Chrome and Firefox). |
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>/ --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 ?
The text was updated successfully, but these errors were encountered: