This website requires JavaScript.
Explore
Help
Sign In
ogb912
/
opensim
Watch
1
Star
0
Fork
0
You've already forked opensim
mirror of
https://github.com/opensim/opensim.git
synced
2026-05-20 23:35:47 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ff7601214c8cbc022308dc62ed8aa321598a1df
opensim
/
OpenSim
/
Region
/
ScriptEngine
/
Shared
/
Api
/
Interface
History
UbitUmarov
11c945a565
add osLocalTeleportAgent(key agent, vector position, vector velocity, vector lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;)
2019-05-01 01:36:10 +01:00
..
ILS_Api.cs
remove a unnecessary scripts constants file
2018-10-25 02:06:44 +01:00
ILSL_Api.cs
add some LSL
2018-12-28 14:40:51 +00:00
IMOD_Api.cs
Massive tab and trailing space cleanup
2017-01-05 19:07:37 +00:00
IOSSL_Api.cs
add osLocalTeleportAgent(key agent, vector position, vector velocity, vector lookat, LSL_Integer flags). Velocity only works with ubOde but still not good. flags = bit field: 1 use velocity, 2 use lookat, 4 rotate avatar look in current velocity direction (ignored if 2 ie flag = 7 is same as 3). This bypasses most the unnecessary logic of osTeleportAgent, having usage same permissions. It may do region crossings(?). Experimental stage, feedbakc expected ;)
2019-05-01 01:36:10 +01:00