Changeset 3234
- Timestamp:
- 08/05/04 10:02:48 (9 years ago)
- Location:
- OpenSceneGraph/trunk
- Files:
-
- 11 modified
-
NEWS.txt (modified) (1 diff)
-
src/osg/Version.cpp (modified) (1 diff)
-
src/osgDB/Version.cpp (modified) (1 diff)
-
src/osgGA/Version.cpp (modified) (1 diff)
-
src/osgGL2/Version.cpp (modified) (1 diff)
-
src/osgParticle/Version.cpp (modified) (1 diff)
-
src/osgProducer/Version.cpp (modified) (1 diff)
-
src/osgSim/Version.cpp (modified) (1 diff)
-
src/osgTerrain/Version.cpp (modified) (1 diff)
-
src/osgText/Version.cpp (modified) (1 diff)
-
src/osgUtil/Version.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/NEWS.txt
r3230 r3234 12 12 DatabasePager 13 13 14 Double Vec & Matrix classes 14 Double Vec & Matrix classes & CoordinateSystemNode/EllipsoidModel 15 15 16 16 osgUtil - tristipper, simplifier, GLObjectVisitor. 17 17 18 Examples - osgdem, osgphotoalbum, osgbluemarble, osgtesselate, osgsimulation 19 18 Examples 19 osgdem 20 osgphotoalbum 21 osgbluemarble 22 23 osgtesselate 24 osgsimulation 25 osgdepthshadow 26 osgsimplifier 27 osgspacewarp 28 osgdistortion 29 30 osgsimple 31 osgkeyboardmouse 32 osgsimplepager 33 34 osgmovie 35 36 osgvolume 37 20 38 New manipulators - TerrainManipulator and TrackerManipulator. 21 39 -
OpenSceneGraph/trunk/src/osg/Version.cpp
r2301 r3234 15 15 const char* osgGetVersion() 16 16 { 17 return "0.9. 6";17 return "0.9.7"; 18 18 } 19 19 -
OpenSceneGraph/trunk/src/osgDB/Version.cpp
r2301 r3234 15 15 const char* osgDBGetVersion() 16 16 { 17 return "0.9. 6";17 return "0.9.7"; 18 18 } 19 19 -
OpenSceneGraph/trunk/src/osgGA/Version.cpp
r2301 r3234 3 3 const char* osgGAGetVersion() 4 4 { 5 return "0.9. 6";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgGL2/Version.cpp
r3128 r3234 3 3 const char* osgGL2GetVersion() 4 4 { 5 return "0. 3.0";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgParticle/Version.cpp
r2301 r3234 3 3 const char* osgParticleGetVersion() 4 4 { 5 return "0.9. 6";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgProducer/Version.cpp
r2301 r3234 3 3 const char* osgProducerGetVersion() 4 4 { 5 return "0.9. 6";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgSim/Version.cpp
r2301 r3234 3 3 const char* osgSimGetVersion() 4 4 { 5 return "0.9. 6";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgTerrain/Version.cpp
r2939 r3234 3 3 const char* osgTerrainGetVersion() 4 4 { 5 return "0.9. 6";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgText/Version.cpp
r2301 r3234 3 3 const char* osgTextGetVersion() 4 4 { 5 return "0.9. 6";5 return "0.9.7"; 6 6 } 7 7 -
OpenSceneGraph/trunk/src/osgUtil/Version.cpp
r2301 r3234 15 15 const char* osgUtilGetVersion() 16 16 { 17 return "0.9. 6";17 return "0.9.7"; 18 18 } 19 19
