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
|
b546c63139
|
Changed instances of new across to use osgNew to help debugging, and fixed
an unitialized variable in Sequence.
|
2002-08-28 21:40:38 +00:00 |
|
Robert Osfield
|
6a04fc3dee
|
Integrated Ulrich Hertlien's osg::Sequence node, and osgsequence demo, and
support for osg::Sequence in the pfb loader.
|
2002-08-03 18:11:21 +00:00 |
|
Don BURNS
|
77494207fb
|
Removed files.... synching witn 0.8.42
|
2001-09-19 21:51:06 +00:00 |
|
Don BURNS
|
70208ebc06
|
Initial revision
|
2001-01-10 16:32:10 +00:00 |
|