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-06-18 03:05:45 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
397aa74777bc0c54ecd9e1b286e59e9de0a4f3c2
opensim
/
OpenSim
/
Region
/
ScriptEngine
History
teravus
397aa74777
* Fixes the attachment scripted rotation bug. The problem is the code was relying on m_host.ParentId = 0 to determine if the attachment should be rotated against root prim offset. To fix it for attachments, we also need to check if the host's localID == RootPart's localID. otherwise we are cumulatively rotating against the host's root part rotation offset (which in this case, is it's own rotation)
2013-01-01 23:07:37 -05:00
..
Interfaces
Revert "Fix script "Running" behavior"
2012-07-16 23:31:55 +01:00
Shared
* Fixes the attachment scripted rotation bug. The problem is the code was relying on m_host.ParentId = 0 to determine if the attachment should be rotated against root prim offset. To fix it for attachments, we also need to check if the host's localID == RootPart's localID. otherwise we are cumulatively rotating against the host's root part rotation offset (which in this case, is it's own rotation)
2013-01-01 23:07:37 -05:00
XEngine
Merge branch 'master' into careminster
2012-11-15 00:43:26 +00:00