Hello! Help please who can! I need to make the object (of a supposedly cylindrical shape) to rotate at an angle of 45 degrees to the root about a constant fixed axis. As if it were a globe on a stand. Should I use this script or something like that?
default
{
state_entry()
{
llTargetOmega(<1.0,0.0,0.0>*llGetRot(),0.1,0.01);
}
}
Many many many many thanks!
_________________________________________________________________
Ok i think i found an answer! This is what needed. Works well so far!