summaryrefslogtreecommitdiff
path: root/rsScript.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-06-16 17:49:58 -0700
committerJason Sams <rjsams@android.com>2009-06-16 17:49:58 -0700
commit56bc1af0a040b003164e3394f1c7a277b15e7d85 (patch)
tree788698eb5b5f072338b9b6f7c739a1e034adf944 /rsScript.h
parent2a1cc8f23454ca64ceb90427c65959149f593a0d (diff)
downloadrs-56bc1af0a040b003164e3394f1c7a277b15e7d85.tar.gz
Switch fountain to use ProgramVertex rather than hard coded camers in scripts. Remove camera code from scripts.
Diffstat (limited to 'rsScript.h')
-rw-r--r--rsScript.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsScript.h b/rsScript.h
index d32f116a..7dd2b61f 100644
--- a/rsScript.h
+++ b/rsScript.h
@@ -39,7 +39,6 @@ public:
struct Enviroment_t {
bool mIsRoot;
- bool mIsOrtho;
float mClearColor[4];
float mClearDepth;
uint32_t mClearStencil;