mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
This commit is contained in:
@@ -228,9 +228,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
|
||||
string osDrawFilledRectangle(string drawList, int width, int height);
|
||||
string osDrawPolygon(string drawList, LSL_List x, LSL_List y);
|
||||
string osDrawFilledPolygon(string drawList, LSL_List x, LSL_List y);
|
||||
string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y);
|
||||
string osDrawRotationTransform(string drawList, LSL_Float x);
|
||||
string osDrawResetTransform(string drawList);
|
||||
string osDrawRotationTransform(string drawList, LSL_Float x);
|
||||
string osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y);
|
||||
string osDrawTranslationTransform(string drawList, LSL_Float x, LSL_Float y);
|
||||
string osSetFontName(string drawList, string fontName);
|
||||
string osSetFontSize(string drawList, int fontSize);
|
||||
string osSetPenSize(string drawList, int penSize);
|
||||
|
||||
Reference in New Issue
Block a user