Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

texture rotation

Kazaa Corinthian
Registered User
Join date: 17 Aug 2006
Posts: 1
09-20-2006 16:55
Hi everyone or anyone reading this :) ..I wanted to know where i can find a script that will rotate a texture from one side only,i have a script that does it,but it kinda twiches on rotation,you can kinda say is has like a delay and goes back instead of rotating the whole way round on a cylinder.making sense i hope so,cause right now im not sure if im making any sense lol..But if anyone know the way or a landmark where i can find it please take me to your leader...:)
Hewee Zetkin
Registered User
Join date: 20 Jul 2006
Posts: 2,702
09-20-2006 20:13
If you mean the outside of a cylinder, there is no way to revolve the actual texture circumferentially (you have to rotate the cylinder itself using 'llTargetOmega()'). That would take animating the offset, but you can currently only animate the rotation and scale. If you mean rotate the end of the cylinder, make sure you rotate all the way from 0 to TWO_PI, use the SMOOTH flag, and do not use the PING_PONG flag.