GitHubDragonFly

Results 35 comments of GitHubDragonFly

@tellypresence thank you for the explanation. I thought that an exporter should be present for any format but that's just my ignorance. From what you have stated, it appears that...

If it does help you resolve this issue here is what my ASSIMP Viewer reports in the console after exporting multipletextures.3mf to GLB2 format and passes it on to three.js:...

Just to add one more thing, my ASSIMP Viewer does not complain about `truck.3mf` file and keeps loading the model. That particular model has its texture marked as `3D/Texture/CMC_LOGO_COLOR.png` so...

@oerxlebe I am not sure if this might help you but you would have nothing to lose by trying. The error is only complaining about mime type so it might...

Viktor will probably have a better answer for you but just in case if this might help here is how my [Quick Viewer](https://githubdragonfly.github.io/viewers/templates/Mobile/Quick%20Viewer.html) is using O3DV: ```js // Set the...

That DOTBimConvert appears to have small issues. The exported [02.bim](https://github.com/RyugaRyuzaki/DotBimConvert/blob/main/Ifc/output/02/02.bim) file appears to have misplaced glass on the upper level tables. The BIM converter that is included in the Online...

@INIK77 just for a test, try using my [Quick Viewer](https://githubdragonfly.github.io/viewers/templates/Mobile/Quick%20Viewer.html) which is using the Online 3D Viewer's engine. You could also try any of my other viewers available on my...

@INIK77 maybe try using a portable version of Firefox that can run on your computer, just to see if it makes any difference. Here is a related thread on Mozilla...

@INIK77 you cannot really expect the Online 3D Viewer's updates to be reverted just because your computer cannot handle them. Maybe try installing some Linux operating system that your computer...

@hybridherbst just as an FYI, on my end I have dared using your GLTF Loader version from this PR in my [GLTF Viewer](https://githubdragonfly.github.io/viewers/templates/GLTF%20Viewer.html) and it seems to be working fine...