Two Pass Texture Rotation (Greg Please Read) [message #-995856] |
Tue, 09 July 2002 12:06 |
|
I am making a scrolling texture (like the PT's). I have the settings all right, and the colors show up, but the second texture (second pass) is facing the wrong way. How do I change the rotation of the second pass only, withough affecting the first pass?
|
|
|
|
|
|
|
|
|
Two Pass Texture Rotation (Greg Please Read) [message #-995849] |
Tue, 09 July 2002 14:53 |
|
I suspect there are many ways to solve your problem. Here is one:
Apply a UVW modifier to the polygons that are using the two pass material. Set this modifier to generate UV coords for channel *2* (default is normally 1), then go to your vertex material for your second pass and set it to use UV channel 2. You will now be able to change the UV-mapping of the second pass at will (by manipulating this modifier) without affecting the base pass.
greg
|
|
|
|
|
|
|