Federico Ponchio
Federico Ponchio
Hi, I tested a bit and it looks like the problem is not in the nxsedit compression but in the javascript. corto.js just decodes the first 3 colors. corto.em.js (the...
You can use nxedit with the --size option to truncate the model to a reasonable size (while keeping everything else as the original). On Mon, Feb 7, 2022 at 7:10...
If the problems happens between nxz and nxs, I just need the nxs and the nxz (so I can compare with my nxz version). And I would need a sample...
Hi Vasilis, .nxs format is for visualization only, you need to edit them BEFORE converting to nxs. The conversion is advised only for somewhat large models (> 100K triangles). After...
Hi, i will try to clean-up the module compatibility of Nexus (i made some tests, but never committed properly), and commit a decent example. Federico On Mon, Nov 9, 2020...
I have reimplemented from scratch threejs support, with some performance improvement, and a less hackish approach. Would you beta test it for me? You can find it in the threejsES6...
I have fixed a few issues with the cache (you can set the cache size at the beginning of cache.js, actually set to 512 MB). The material now can be...
I didn't test it on Firefox my bad. Anyway, the box-sizing model has sure some quirks, shouldn't flicker anymore. Sorry about the material, I didn't told you explicitly that I...
Could you send me the samples? I will test them on different computers with different capabilities, and try to understand what's going on. Your operating system, and browser versions would...
I made some test on large models and lots of textures. Performance were not great, it looks like data transfer to the GPU using threejs creates lag spikes. So I...