diff options
author | UbitUmarov | 2017-06-25 02:26:36 +0100 |
---|---|---|
committer | UbitUmarov | 2017-06-25 02:26:36 +0100 |
commit | 84abdf866a26401e48eff5b25a1ec7f7bf19dc3c (patch) | |
tree | 0bf4ec9b2670d9258b2df087e018ebe91c505e6d /bin | |
parent | add vectorrender string command ''ScaleTransf x,y;''. this allows scaling of ... (diff) | |
download | opensim-SC_OLD-84abdf866a26401e48eff5b25a1ec7f7bf19dc3c.zip opensim-SC_OLD-84abdf866a26401e48eff5b25a1ec7f7bf19dc3c.tar.gz opensim-SC_OLD-84abdf866a26401e48eff5b25a1ec7f7bf19dc3c.tar.bz2 opensim-SC_OLD-84abdf866a26401e48eff5b25a1ec7f7bf19dc3c.tar.xz |
add respective ossl helper funtion osDrawScaleTransform(string drawList, LSL_Float x, LSL_Float y)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/config-include/osslEnable.ini | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 4779f60..6481825 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -73,9 +73,10 @@ | |||
73 | ; Allow_osDrawFilledEllipse = true ; no level check | 73 | ; Allow_osDrawFilledEllipse = true ; no level check |
74 | ; Allow_osDrawFilledPolygon = true ; no level check | 74 | ; Allow_osDrawFilledPolygon = true ; no level check |
75 | ; Allow_osDrawFilledRectangle = true ; no level check | 75 | ; Allow_osDrawFilledRectangle = true ; no level check |
76 | ; Allow_osDrawTranslationTransform = true ; no level check | ||
77 | ; Allow_osDrawRotationTransform = true ; no level check | ||
78 | ; Allow_osDrawResetTransform = true ; no level check | 76 | ; Allow_osDrawResetTransform = true ; no level check |
77 | ; Allow_osDrawRotationTransform = true ; no level check | ||
78 | ; Allow_osDrawScaleTransform = true ; no level check | ||
79 | ; Allow_osDrawTranslationTransform = true ; no level check | ||
79 | ; Allow_osDrawImage = true ; no level check | 80 | ; Allow_osDrawImage = true ; no level check |
80 | ; Allow_osDrawLine = true ; no level check | 81 | ; Allow_osDrawLine = true ; no level check |
81 | ; Allow_osDrawPolygon = true ; no level check | 82 | ; Allow_osDrawPolygon = true ; no level check |