Bruno Fanini

Results 14 comments of Bruno Fanini

:thumbsup: I'll have a look into that!

Hello Dirk, sorry for late reply. The framework itself is based on Node.js (you can find tutorials here on how to set it up & running: http://osiris.itabc.cnr.it/aton/), since its architecture...

in general, you need a nodejs environment to deploy the whole framework. EDIT: we have now a [few step-by-step tutorials](https://osiris.itabc.cnr.it/aton/index.php/tutorials/getting-started/) regarding hosting & deployment _with_ or _without_ NodeJS

related to; https://github.com/OpenDroneMap/Obj2Tiles/issues/35

Hi, I have encountered the same problem. Maybe a possible fix could be clamping the uv coords parsed in Obj2Tiles.Library/MeshUtils.cs in [0,1]? ``` if (vtx.X < 0 || vtx.Y <...

any updates? The process completely stops on several OBJs. Maybe it is sufficient to clamp uv coords instead of halting completely the process

Hello @dirkroorda, you can find a minimal standalone 3D viewer example in **public/standalone/** folder. It can be used without NodeJS requirement, using a web-server of your choice. You can find...

Hi A [new tutorial for an initial nginx configuration](https://osiris.itabc.cnr.it/aton/index.php/tutorials/getting-started/nginx-configuration/) (for both http and https via SSL certificates) is now available on the main website.

I suppose related to: https://github.com/OpenDroneMap/Obj2Tiles/issues/35

same issue. Solved with workaround in bin/docker-compose