0beqz / realism-effects

SSGI, Motion Blur, TRAA - Effects to enhance your three.js scene's realism
https://realism-effects-obeqz.vercel.app/
MIT License
1.41k stars 63 forks source link

SSGI is not working with some material and texture properities #29

Open ronniechoyy opened 1 year ago

ronniechoyy commented 1 year ago

Just testing a bit on adjusting texture and material with realism effects SSGI passes I notice the texture repeat, center, rotation and offset is not working, also in material normal strength, env map internsity also not working

0beqz commented 11 months ago

That will be fixed in the v2 branch. I switched from a custom material to a modified MeshPhysicalMaterial copying all the props of the original one there.