Guodong Chen

Results 32 comments of Guodong Chen

> @jellychen, I'm not really familiar with WASM work model. Is there a chance you can print threads stacks during parallel section execution where CPU utilization is equal to 1...

> @jellychen, it will be just a guess because I'm not familiar with a technology too. > Is there a chance you can attach `gdb` to a process and call...

> Could you please provide steps to reproduce the issue? (If you can do it with debug version of the library it also will be helpful) Almost nothing special is...

@pavelkumbrasev I suspect that the multithreading mechanism of TBB does not work effectively under the web worker mechanism of Emscripten. It might not be an issue with TBB, perhaps it's...

I am considering working based on the three-mesh-bvh project, but the data format and layout of three-mesh-bvh are not well documented. Could more detailed documentation be provided for this aspect?...

I studied the following parts: 1.bvh request for intercourse 2. Monte Carlo 3. Multiple importance sampling 4.brdf 5. Post-processing What other parts need to be added, the workload is not...

It seems like there are some issues with the translation. Regarding the data structure, it should probably be like this: Bytes | Name | Data -- | -- | --...

I am considering building a two-level BVH. Is there such code for a three-mesh-BVH? Or should I build a BVH for each different mesh myself, and then construct a dedicated...

First of all, I have this need myself, and I noticed that quite a few people in the issues have similar needs. So I think this feature is somewhat necessary....

I'm also encountering a similar issue. Are there any future plans or optimization goals for this problem?