The effect is as follows: there is a small icon in the node material that can not see the back model, but it is not feasible to use it in the project. I can’t find other relevant functions about hiding the back. If so, can you guide me? I haven’t found many related functions. I hope they can help me.
Hey!
I believe this is what you are looking for: Transparent Rendering | Babylon.js Documentation (babylonjs.com)
The PBR node of the node material has options for the functions of alpha blend. However, the PBR is too complex. I don’t want to use the PBR node. Besides using the PBR node, can you add other functions to us?
alphaMode and needDepthPrePass are available on all materials not only Standard or PBR.


