Changeset 3268
- Timestamp:
- 08/13/04 12:50:44 (9 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/include/osgGL2/UniformValue (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/include/osgGL2/UniformValue
r3202 r3268 21 21 #define OSGGL2_UNIFORMVALUE 1 22 22 23 #include <vector> 24 #include <typeinfo> 25 23 26 #include <osg/ref_ptr> 24 27 #include <osg/Vec2> … … 28 31 29 32 #include <osgGL2/Extensions> 30 31 #include <vector>32 33 33 34 34 namespace osgGL2 {
