On 6/11/2011 4:36 PM, Wayne wrote:
Hi,
Can anyone tell me what settings and where to adjust how my avatar sits. Right now it sits 2 feet above the object it is told to sit on. Also, when landing after flying, the avatar bounces all over the place and sometimes will not land at all.
Any help would be appreciated.
I am running windows 7 opensim version 0.7.2.
Thank you,
Wayne


_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Hi, I am not sure about a setting in the config files but what I do is put a script in the object to be sat on that specifies a sit target. Example:

vector target = <0.0, 0.0, 0.3>; //You can change the z axis vector to something other than 0.3 to suit your needs

default
{
    state_entry()
    {
        llSitTarget(target, ZERO_ROTATION);
    }
}

Hope this helps!
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users

Reply via email to