GitHubDragonFly
GitHubDragonFly
@kovacsv, would it be possible to implement some sort of a switch to allow bypassing WebWorkers and perform their functionality on the main thread? I have managed to bypass this...
Viktor, you are correct. I wouldn't really gain from you changing this and it would just create unnecessary work for you. Just to help you understand why I asked about...
@kzhsw there is a free online alternative option to view STEP format files (as well as IGES and BREP formats): https://3dviewer.net/
@hassanteymoori this is just an attempt to help you a little bit with this issue. You can always check the code in my custom [3DM Exporter](https://github.com/GitHubDragonFly/GitHubDragonFly.github.io/blob/main/viewers/static/jsm/exporters/3DMExporter.js) for a reference. If...
@gggstamm parsers don't appear to like the following part of your model: `LOD{range[12000 40000]level` If you remove it together with the corresponding curly bracket at the end then you should...
For anybody who might be fixing this, I get `too much recursion` in Firefox browser and with my version of ASSIMPJS / ASSIMP library.
@Mugen87 changing emissive is a neat improvement even for my MMD Viewer which is still using r131 of three js. I kind of wish it was mentioned before.
@TenHenEggs and @SharpieLaBeouf maybe also check the issue https://github.com/assimp/assimp/issues/5554 It might show you possible ways of fixing OBJ + MTL issues.
Just as a further update, it is possible to improve the library to include `iridescence` material in OBJ + MTL, which can be seen in the attached picture of the...
All these `material / glTF2 / OBJ` updates are currently available in the [`updates`](https://github.com/GitHubDragonFly/assimp/tree/updates) branch of my Assimp fork. @kimkulling , if there is any interest in any of these...