diff options
Diffstat (limited to '')
-rw-r--r-- | LuaSL/src/constants.lsl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/LuaSL/src/constants.lsl b/LuaSL/src/constants.lsl index 682fa05..a3b01e4 100644 --- a/LuaSL/src/constants.lsl +++ b/LuaSL/src/constants.lsl | |||
@@ -160,6 +160,13 @@ string EOF = "\n\n\n"; | |||
160 | rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>; | 160 | rotation ZERO_ROTATION = <0.0, 0.0, 0.0, 1.0>; |
161 | vector ZERO_VECTOR = <0.0, 0.0, 0.0>; | 161 | vector ZERO_VECTOR = <0.0, 0.0, 0.0>; |
162 | 162 | ||
163 | // Temporary dummy variables to got vector and rotation thingies to work for now. | ||
164 | |||
165 | float s = 1.0; | ||
166 | float x = 0.0; | ||
167 | float y = 0.0; | ||
168 | float z = 0.0; | ||
169 | |||
163 | // Functions. | 170 | // Functions. |
164 | 171 | ||
165 | float llPow(float number, float places){} | 172 | float llPow(float number, float places){} |