I’d like to modify the transparency of objects as they get further from the camera, so that they have a certain transparency at a certain distance. How eactly can you control the alpha value of a texture using python?
i did this in my yoshi game. I used nodes. I did it to where the trees would become transparent when the camera go close, that way they didnt block the cams view. the file is still up if you want it.