- Edited
Tested versions
4.0,4.0.4,4.2
System information
14.4 (23E214)
Issue description
Does 3D Shader Script have transmission and ior parameters for materials like Threejs?
I only found (subsurf_scatter_transmittance_boost) and (vec3 extract (vec3 I, vec3 N, float eta)), The previous one has no effect on the mobile end, and the latter one has no instructions on how to use it. I don't know how to use it. The transmission and ior parameters of threejs are two float parameters that can be easily set to module glass materials.
Threejs:
Blender:
Steps to reproduce
Use transmission and IOR to control the transparency of glass
Minimal reproduction project (MRP)
none