I am trying to create a 3D model viewer where the user can choose a model and see it. I want to add some fade in and out effect when the user selects a model.
I know I need to set the material to transparent and change the alpha value, but it destroys my model (it looks horrible). Is there another way to achieve this effect without messing with the material?
Thanks in advance.