I’m doing a shooter inside a maze and I want to hide some walls when they are facing away from camera, in order to reduce some meshes to be rendered.
(they have complex volumes, so bothSides = false is not enought in most cases and some poligons are rendered)
Which is the best way to do it?
removing them from scene and adding again when visible? or there exists any method with best performance? some flag?
Thanks.