Added new ARB vertex program state attribute and demo program,

sent in my Brede Johansen.
This commit is contained in:
Robert Osfield
2003-01-04 20:45:53 +00:00
parent 060975a05c
commit 3ef3666d0f
15 changed files with 661 additions and 46 deletions

View File

@@ -151,7 +151,10 @@ class SG_EXPORT StateAttribute : public Object
CLIPPLANE_4,
CLIPPLANE_5,
COLORMATRIX
COLORMATRIX,
VERTEXPROGRAM,
FRAGMENTPROGRAM
};