mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
add LSL llLinear2sRGB and llsRGB2Linear
This commit is contained in:
@@ -495,5 +495,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
void llLinkPlaySound(LSL_Integer linknumber, string sound, double volume);
|
||||
void llLinkSetSoundQueueing(int linknumber, int queue);
|
||||
void llLinkSetSoundRadius(int linknumber, double radius);
|
||||
|
||||
LSL_Vector llLinear2sRGB(LSL_Vector src);
|
||||
LSL_Vector llsRGB2Linear(LSL_Vector src);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user