[Opensim-users] avatar behavior
Chris
mewtwo0641 at cox.net
Sat Jun 11 22:38:21 UTC 2011
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
> Opensim-users at lists.berlios.de
> 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!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-users/attachments/20110611/cd456b5e/attachment.html>
More information about the Opensim-users
mailing list