diff options
Diffstat (limited to 'linden/indra/llrender/llrender.h')
-rw-r--r-- | linden/indra/llrender/llrender.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linden/indra/llrender/llrender.h b/linden/indra/llrender/llrender.h index 03280fe..edf46ff 100644 --- a/linden/indra/llrender/llrender.h +++ b/linden/indra/llrender/llrender.h | |||
@@ -178,6 +178,7 @@ public: | |||
178 | ~LLRender(); | 178 | ~LLRender(); |
179 | 179 | ||
180 | void translatef(const GLfloat& x, const GLfloat& y, const GLfloat& z); | 180 | void translatef(const GLfloat& x, const GLfloat& y, const GLfloat& z); |
181 | void scalef(const GLfloat& x, const GLfloat& y, const GLfloat& z); | ||
181 | void pushMatrix(); | 182 | void pushMatrix(); |
182 | void popMatrix(); | 183 | void popMatrix(); |
183 | 184 | ||
@@ -232,7 +233,10 @@ private: | |||
232 | std::vector<LLTexUnit*> mTexUnits; | 233 | std::vector<LLTexUnit*> mTexUnits; |
233 | }; | 234 | }; |
234 | 235 | ||
235 | 236 | extern F64 gGLModelView[16]; | |
237 | extern F64 gGLLastModelView[16]; | ||
238 | extern F64 gGLProjection[16]; | ||
239 | extern S32 gGLViewport[4]; | ||
236 | 240 | ||
237 | extern LLRender gGL; | 241 | extern LLRender gGL; |
238 | 242 | ||