Hello,
The value of “material_opacity” has been adjusted to give an effect that the entity becomes transparent after colliding with another entity.
meshInstances[i].setParameter("material_opacity", alpha);
However, as it becomes transparent, even the wooden floor becomes transparent, you can see the grass floor.
Can we solve this problem?