mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Rewrote svn properties handling script in python. Added more file types.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
rotation aRot = ZERO_ROTATION;
|
||||
rotation bRot = llGetRot();
|
||||
float aBetween = llAngleBetween( aRot, bRot );
|
||||
llOwnerSay((string)aBetween);
|
||||
//llGetRot() being < 0, 0, 90 > this should report 1.570796
|
||||
}
|
||||
}
|
||||
default
|
||||
{
|
||||
state_entry()
|
||||
{
|
||||
rotation aRot = ZERO_ROTATION;
|
||||
rotation bRot = llGetRot();
|
||||
float aBetween = llAngleBetween( aRot, bRot );
|
||||
llOwnerSay((string)aBetween);
|
||||
//llGetRot() being < 0, 0, 90 > this should report 1.570796
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user