José Ferrão
José Ferrão
Hello The [gcode/benchy](https://www.thingiverse.com/thing:763622) model is distributed under the "Creative Commons - Attribution - No Derivatives" License. The [3ds/portalgun](https://sketchfab.com/3d-models/portal-gun-from-portal-2-original-model-80fc291d695a4fe69e7941e96c0f53b3) model seems to also be distributed under "Creative commons" but i do...
So far no. Might take some time later to put togheter a branch to try and fix it and open PR after. A walkaround is to use other available method...
Hello Thanks a lot for reporting this situation. This might be caused by the API dropping out some of the requests due to timeout, connection issues, etc A solution for...
Hello Thanks a lot, indeed the problem is related with the zoom levels provided by the openstreetmaps API. The provider object can be changed to adress this issue by setting...
So after some diging i think that i have a solution for this issue. This is related with texture loading, aparently we have a race condition in the texture usage...
@markbaumgarten A new version has been published on npm. (0.0.17) Please test with the new version to check if the bug war fixed! Thanks a lot once again!
Hello I think that adding controls and postprocess funcionality can be easily achieved using the already provided tools by three.js. The library focus solely on drawing the map and generating...
Hello Thanks a lot. That library seems to do a good job handling those seams but all tiles there have the same resolution. I have already implemented a solution to...
@farfromrefug It could be a solution to use skirts, i have been trying to avoid implementing them but seems to be the fast solution for the problem. I will try...
Hello The TileProvider is just used to acess tiles by their coordinates it should be fairly simple create a tiler provider that does not return anything (to save on processing)....