In the downloaded three js v.151 master there is an example:
webgl_materials_physical_transmission.
.151 master/examples/webgl_materials_physical_transmission
The example is not working Iam using an older version of FF but that should not matter other examples are working just fine.
I think its the kinda new “transmission” property of the physicalMaterial that are giving errors!
when I comment out. // transmission: 0.5, the rest will work.
Some one should take a look at the “transmission property”
I tried a simple glas setup with different thress js versions
but no luck so far.
Latest release is v0.151.3, which contains patches not in the original r151 release. Have you updated to that? Does this page on the website work for you, or does it give errors?
This sounds like a device-specific bug, in that case. Could you file a bug report at Sign in to GitHub · GitHub ?
The problem does not happen on my macOS computer, so it’s helpful if you can be very specific, especially if any errors appear in the JavaScript console. Does the problem occur in other browsers on your computer?
Yes it does in both in FF and Chrome
few Console errors:
errors Intel HD Graphics
three.module.js:19554 THREE.WebGLProgram: Shader Error 0 - VALIDATE_STATUS false
Program Info Log: Fragment shader is not compiled.
FRAGMENT / ERROR: 0:952: ‘textureLod’ : no matching overloaded function found
etc.