mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 00:15:45 +08:00
committed by
UbitUmarov
parent
398fe1ffe6
commit
7168fa0031
@@ -11769,6 +11769,14 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return new LSL_List();
|
||||
|
||||
return rules.GetSublist(idx, -1);
|
||||
|
||||
case (int)ScriptBaseClass.PRIM_PROJECTOR:
|
||||
|
||||
res.Add(new LSL_String(part.Shape.ProjectionTextureUUID.ToString()));
|
||||
res.Add(new LSL_Float(part.Shape.ProjectionFOV));
|
||||
res.Add(new LSL_Float(part.Shape.ProjectionFocus));
|
||||
res.Add(new LSL_Float(part.Shape.ProjectionAmbiance));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user