mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Fix hit testing link sets properly. Fix raycasting for LSL.
This commit is contained in:
@@ -165,6 +165,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_LSL_Functions.llBreakLink(linknum);
|
||||
}
|
||||
|
||||
public LSL_List llCastRay(LSL_Vector start, LSL_Vector end, LSL_List options)
|
||||
{
|
||||
return m_LSL_Functions.llCastRay(start, end, options);
|
||||
}
|
||||
|
||||
public LSL_Integer llCeil(double f)
|
||||
{
|
||||
return m_LSL_Functions.llCeil(f);
|
||||
|
||||
Reference in New Issue
Block a user