Domingos Dellamonica Jr., PhD

Results 10 comments of Domingos Dellamonica Jr., PhD

> As far as I understand, neither version 2 nor version 3 of the Image API make any assumptions about the order of `sizes`. This is my understanding as well....

Would serializing the scene with .toJSON work for you? For the full scene, [the JSON file](https://dotproductstaging.blob.core.windows.net/uploads/scene.json?sv=2023-01-03&st=2024-02-22T15%3A57%3A20Z&se=2024-02-29T15%3A57%3A00Z&sr=b&sp=r&sig=BZLn8u6RyYGPVhrBLVPsPkmqDdNbGjQEm%2FcliudtpZw%3D) is ~185Mb. I loaded the saved scene* and could reproduce the bug with it....

OK, I'll try a much smaller scene, but I'll need some time to prepare code + data. Please bear with me.

Here's a small project. [repro.zip](https://github.com/gkjohnson/three-gpu-pathtracer/files/14389905/repro.zip) There are fewer textures to go around, but none of the faces got the right texture. ![image](https://github.com/gkjohnson/three-gpu-pathtracer/assets/6547066/aac5d46e-e069-4982-84ea-618e993847ea) ![image](https://github.com/gkjohnson/three-gpu-pathtracer/assets/6547066/53dd835d-b9a7-44b2-ab41-a5d190c58b4b)

OK, so the GTLF exporter is splitting the mesh and that is why it worked then. Do you plan to add support for this? If not, do you have any...

Thanks for the info. It is not a critical feature, I can work with the GLTF step for now. The project is indeed professional and I've just sent a humble...

Almost 3 years since this issue was opened and I found myself with the same *extremely annoying* problem. Come on, Microsoft, that's a ridiculous bug!

I had a quick look at this testing framework and gave up almost immediately because of the async tests. The thing is I have `ref structs` and they don't play...

> > I had a quick look at this testing framework and gave up almost immediately because of the async tests. The thing is I have `ref structs` and they...

> Interesting. Do you know the difference in term of performance or memory consumption? Any other advantage or consideration? > > cc [@metoule](https://github.com/metoule) [@holdenmai](https://github.com/holdenmai) As with any perf question, only...