George Singer
Registered User
Join date: 30 Sep 2005
Posts: 14
|
07-21-2007 06:00
Hi All,
I've created an animation and when sitting on the pose ball, the avatar appears above it. I want it to appear below, is there a way to position the avatar relative to the position of the ball?
Thanks in Advance.
|
Anti Antonelli
Deranged Toymaker
Join date: 25 Apr 2006
Posts: 1,091
|
07-21-2007 11:10
Somewhere in the poseball script will appear a line like this: llSitTarget(<0,0,0.1>  ; The numbers may be different. This defines where the avatar sits in relation to the ball, with the last number (0.1 in the example) being the "up and down" direction. Change that number to a negative value and the avatar will sit below the ball. Don't change them all to 0 or the sit target will stop working at all.
|
George Singer
Registered User
Join date: 30 Sep 2005
Posts: 14
|
07-21-2007 14:41
Thanks that worked 
|