Robert Osfield
|
4372c9a334
|
changed unsigned int/short/char* references to GLuint,GLushort,GLubyte respectively.
|
2002-07-11 08:28:09 +00:00 |
|
Robert Osfield
|
211a823642
|
Added comment to reflect Clay Fowlers findings on getting VS to compile
without the Vector wrapper classes.
|
2002-07-07 22:12:51 +00:00 |
|
Robert Osfield
|
8f4a77ce4c
|
Fixes for Windows build.
|
2002-07-07 17:42:34 +00:00 |
|
Robert Osfield
|
0801b363f5
|
Work on supporting multitexturing in State/StateSet/StateAttribute/Geoemtry.
|
2002-07-07 14:40:41 +00:00 |
|
Robert Osfield
|
5014a4f809
|
Used typedef's for std::vector<>'s used inside DrawElements implementations.
Added deperecated comment to osg::GeoSet header.
|
2002-07-04 14:49:37 +00:00 |
|
Robert Osfield
|
975e2fe709
|
Removed commas from the end of enum lists.
|
2002-06-28 08:47:23 +00:00 |
|
Robert Osfield
|
7eaba69bb6
|
Added SG_EXPORT which was missing.
|
2002-06-27 15:18:10 +00:00 |
|
Robert Osfield
|
fb3e705709
|
Converted the template DrawElements primitive class into three seperate
non templated classes - UByteDrawElements, UShortDrawElements, UIntDrawElements.
|
2002-06-27 13:15:34 +00:00 |
|
Robert Osfield
|
532a32416f
|
Moved the AttributeArray and Primitive classes into their own header and
source files.
|
2002-06-27 10:50:19 +00:00 |
|