transmission is a very new feature. You are most likely using not the most recent version of threejs.
I can see on the github history, transmission was added on July 17 2020
thanks for the reply, looks like latest available version on NPM is 118 and this is the one i am on, i see latest version here is 119 but it is not available on npm.
woa i wasn’t aware three had this! i tried and it looks great, but transmission does not support roughness, is that correct? i mean, it does something, but it doesn’t smudge the background shining through.
The surface refraction / blur can be approximated by blurring the IBL, but that doesn’t work for objects seen through the surface. No easy answer for the latter.
It seems like Three v133 transmission is not working when the object behind it has transparent set to true. Is this a known issue? Let me know if I should post a repro.