mirror of
https://github.com/opensim/opensim.git
synced 2026-05-28 04:45:37 +08:00
add helper SimulatorFeaturesModulr OpenSimExtraFeatureContains plus cosmetics
This commit is contained in:
@@ -145,7 +145,7 @@ namespace OpenSim.Region.ClientStack.Linden
|
||||
|
||||
try
|
||||
{
|
||||
Vector3 pos = avatar.AbsolutePosition + (Vector3.UnitX * avatar.Rotation);
|
||||
Vector3 pos = avatar.AbsolutePosition + Vector3.UnitXRotated(avatar.Rotation);
|
||||
Quaternion rot = Quaternion.Identity;
|
||||
Vector3 rootpos = Vector3.Zero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user