Muhammad Mobeen Movania

Results 7 issues of Muhammad Mobeen Movania

I noticed that there is no opengl/directx based previsualizer or renderer builtin this engine. Are there plans to do that?

feature
p1

Thanks for sharing your code. I managed to compile it on Windows 8.1 x64 on VS2019 successfully. When I enable sponza along with volume, the sponza rendering flickers like this...

I notice that volume rendering is in the todo list. Is there any progress in this area for adding volumetric path tracing (delta/ratio/residual/spectral/spectralMIS/integral form). Will it be a good idea...

I noticed from the master branch that the ammo.js distribution with physijs is 4 years old. Now that there is support of softbodies in ammo.js, will there be an update...

Thank you so much for sharing the code. I wanted to read up on the article to understand the code but its in japanese and I could not got hold...

Thank you so much for sharing this amazing work. I noticed that the functions GenerateSelfCollision and SolveSelfCollision are empty in VtClothSolverCPU.hpp. Will those be worked on later by the authors...

Thank you so much for sharing your repo with us. Here is the main code for the long range attachment (file: SolvingPass_Cloth_ApplyConstraint.cs.slang) ``` const float invMassA = constraintBlock.invMasses[dist.indexA]; const float...