diff options
author | Kevin Cozens | 2018-04-04 16:43:15 -0400 |
---|---|---|
committer | Kevin Cozens | 2018-04-04 16:44:46 -0400 |
commit | 6accf854a770b0043d1d93b21cacbf2a8918fb12 (patch) | |
tree | 30b4523673fe0e4bff7cc6c65ef36360cc89a6a4 /bin/config-include/osslEnable.ini | |
parent | fix the comment about return value of osAngleBetween() its 0 to PI (diff) | |
download | opensim-SC-6accf854a770b0043d1d93b21cacbf2a8918fb12.zip opensim-SC-6accf854a770b0043d1d93b21cacbf2a8918fb12.tar.gz opensim-SC-6accf854a770b0043d1d93b21cacbf2a8918fb12.tar.bz2 opensim-SC-6accf854a770b0043d1d93b21cacbf2a8918fb12.tar.xz |
Added references to new math related OSSL functions
Diffstat (limited to 'bin/config-include/osslEnable.ini')
-rw-r--r-- | bin/config-include/osslEnable.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 1da5e9d..7127a1a 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -222,6 +222,7 @@ | |||
222 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) | 222 | Allow_osGetAgentIP = true ; always restricted to Administrators (true or false to disable) |
223 | 223 | ||
224 | ; available functions out of Threat level control (for reference only) | 224 | ; available functions out of Threat level control (for reference only) |
225 | ; Allow_osAngleBetween = true | ||
225 | ; Allow_osCheckODE = true | 226 | ; Allow_osCheckODE = true |
226 | ; Allow_osClearInertia = true | 227 | ; Allow_osClearInertia = true |
227 | ; Allow_osCollisionSound = true | 228 | ; Allow_osCollisionSound = true |
@@ -254,6 +255,7 @@ | |||
254 | ; Allow_osMax = true | 255 | ; Allow_osMax = true |
255 | ; Allow_osMin = true | 256 | ; Allow_osMin = true |
256 | ; Allow_osMovePen = true | 257 | ; Allow_osMovePen = true |
258 | ; Allow_osRound = true | ||
257 | ; Allow_osSetFontName = true | 259 | ; Allow_osSetFontName = true |
258 | ; Allow_osSetFontSize = true | 260 | ; Allow_osSetFontSize = true |
259 | ; Allow_osSetInertia = true | 261 | ; Allow_osSetInertia = true |
@@ -263,4 +265,6 @@ | |||
263 | ; Allow_osSetPenCap = true | 265 | ; Allow_osSetPenCap = true |
264 | ; Allow_osSetPenColor = true | 266 | ; Allow_osSetPenColor = true |
265 | ; Allow_osSetPenSize = true | 267 | ; Allow_osSetPenSize = true |
268 | ; Allow_osVecDistSquare = true | ||
269 | ; Allow_osVecMagSquare = true | ||
266 | ; Allow_osVolumeDetect = true | 270 | ; Allow_osVolumeDetect = true |