Robert Osfield
|
12226e4371
|
Converted the instances of const built in types being returned from methods
and passed as paramters into straight forward non const built in types,
i.e. const bool foogbar(const int) becomes bool foobar(int).
|
2002-09-02 12:31:35 +00:00 |
|
Robert Osfield
|
3a964a6b93
|
Updated docs and added osgGA
|
2002-07-16 20:07:32 +00:00 |
|
Robert Osfield
|
0c943945f7
|
Implemented most of the changes required for supporting multitexturing in
the osg::State/osg::StateSet/osg::StateAttribute and related classes.
|
2002-07-09 09:35:42 +00:00 |
|
Robert Osfield
|
99580f2212
|
Addd libraryName() method to osg::Object in preperation for the osgDB support
for node kits plugins.
|
2002-06-06 13:25:36 +00:00 |
|
Robert Osfield
|
f600f6fe4a
|
Added support for glLineStipple via osg::LineStipple state attribute.
|
2002-02-24 20:55:45 +00:00 |
|