we face difficulty to assign backfaceculling=false for Array values from scene.materials.
using developer option , easy to correct, but not able to do in code.
Thank you
we face difficulty to assign backfaceculling=false for Array values from scene.materials.
using developer option , easy to correct, but not able to do in code.
Thank you
scene.materials.forEach((mat)=>{
mat.backFaceCulling = false;
})
Example - Babylon.js Playground
At first, Thank you for your support. but i still face the problem, this code doent solve my issueโฆi have attach Array 1 backfaceculling still in true
Just a guess, but do you set backFaceCulling before all materials (models) are loaded?
before loaded, problem solved !!!
Thank you so much
You are welcome