rotating texture

rotating texture

Re: rotating texture Posted by Finger on Tue Jun 28th 2005 at 12:55am
Finger
672 posts
Posted 2005-06-28 12:55am
Finger
member
672 posts 1460 snarkmarks Registered: Oct 13th 2001
So... I am attempting to create an effect and the easiest way to pull this off, would be a rotating texture. I checked out a few scrolling textures, and it seems to be a fairly simple script. I figure a rotating texture would be similarly easy...if I only knew the proper commands for the script. Anyone played with this?

I simply want the texture to rotate around the center.

I can achieve the same thing with a rotating brush, but I figured a simple rotating texture would be cheaper and cleaner.
Re: rotating texture Posted by BlisTer on Tue Jun 28th 2005 at 1:42am
BlisTer
801 posts
Posted 2005-06-28 1:42am
BlisTer
member
801 posts 1304 snarkmarks Registered: Jun 10th 2004 Location: Belgium
<TABLE>

<TR>
<TD>
i have indeed played around with it

"LightmappedGeneric" //or whatever
{
"$basetexture" "..."
// ...
"Proxies"
{

"MatrixRotate"
{

"axisVar"

//Axis of rotation e.g. (x,y,z) = (0,1,2).

"angle"

//Degrees of rotation around axis.

"resultVar"

//Rotation matrix.

}}}

now i would suggest making the "resultVar" "$basetexturetransform", like you do in the texturescroll proxy. i tried that out but i think it didnt work. could be that i did something wrong with the names, couldnt be bothered to recheck. but it should work though.

</TD>
<TD></TD>
<TD></TD></TR></TABLE>
These words are my diaries screaming out loud
Re: rotating texture Posted by cheroke on Fri Jul 1st 2005 at 9:15am
cheroke
3 posts
Posted 2005-07-01 9:15am
cheroke
member
3 posts 0 snarkmarks Registered: Jun 28th 2005
und vertex light ?

Bitte send texture for wiev PavelTurzo@seznam.cz

thanks.
Re: rotating texture Posted by BlisTer on Fri Jul 1st 2005 at 3:39pm
BlisTer
801 posts
Posted 2005-07-01 3:39pm
BlisTer
member
801 posts 1304 snarkmarks Registered: Jun 10th 2004 Location: Belgium
cheroke said:
und vertex light ?
the same, but with "VertexLitGeneric" instead of "LightmappedGeneric" on top.

if that's what you mean?
These words are my diaries screaming out loud