-
Alpha channel texture problem
I’ve got a string of moving arrows with a material that has an alpha channel so that the color of the arrows will fade to invisibility when they reach a certain point. So, I have a material with a color channel and an alpha channel. It is mapped onto the arrows in flat mode, no tiling, rotated P=90 so that it’s in the X-Z plane. This works great, the arrows are yellow til they get to where the alpha begins and then they go invisible. I’m using a black/white gradient in the alpha channel.
The problem is that I want to change the color channel from yellow to orange over a four second interval. When I do this the alpha channel no longer works, and where it should be invisible it becomes black instead. I’ve tried this two different ways:
1. I duplicated the yellow material that had the alpha channel and changed only the color to orange, then animated a material change. The two materials that changed should have been identical except for the color, and it works until the material is changed completely over then it snaps to black where the alpha should make it invisible.
2. I tried using only one material and animating the color change in the color channel from yellow to orange, leaving the alpha alone. Again, it works until it gets to the second keyframe, then snaps to black where it should be invisible.
I can’t figure out why the alpha channel becomes inactive after the color change. Anyone have any ideas about this?
thanks,
Jack