|
Niko Xingjian
Registered User
Join date: 16 Oct 2005
Posts: 34
|
05-10-2006 13:27
howdy!
Im currently trying to make a DJ sign for myself, and would like to make it rotate in a really complex way..
basicaly I would like the object to rotate around all 3 axis, but independantly... resulting in a complex sprially kind of rotation. (not sure im explaining this right)
can anyone offer me a bit of help on this?
thanks!
--Niko
|
|
Thraxis Epsilon
Registered User
Join date: 31 Aug 2005
Posts: 211
|
05-10-2006 13:51
You logo, inside three concentric transparent spheres... each sphere set to rotate on a different axis.
|
|
Starax Statosky
Unregistered User
Join date: 23 Dec 2003
Posts: 1,099
|
05-10-2006 14:04
Something like this?:
default { state_entry() { llTargetOmega(<0.2,-0.3,0.5>,PI,1.0); }
}
|
|
Niko Xingjian
Registered User
Join date: 16 Oct 2005
Posts: 34
|
05-10-2006 14:38
From: Starax Statosky Something like this?: I combined that with a freebie rotation script I had, and its working close enough for what I needed... thanks m8 
|