Robert Osfield
|
48bda9cc79
|
Added new Copyright/License notice to header and source files.
|
2003-01-21 16:45:36 +00:00 |
|
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
|
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
|
ae8076f83b
|
dded osg::ClipNode class for managing OpenGL clipping planes, and osgclip demo.
|
2002-05-02 00:14:40 +00:00 |
|