OpenSceneGraph-3.1.8 development release
- Details
- Category: Developer Releases
- Published: 21 June 2013
- Written by Super User
- Hits: 7415
OpenSceneGraph-3.1.8, released on 21st June 2013, key deliverables in this dev release are:
- Refactored osg::Geometry class that drops support for array indices and BIND_PER_PRIMITIVE which have long been deprecated, in default built these deprecated API's are still available, but result in a Geometry that is invalid and cannot be rendered so one has to call Geometry::fixDeprecatedData() before the geometry can be used. The clean up has resulted in a smaller and faster geometry that now only supports efficient use of OpenGL.
- Many bug and build fixes
source package : OpenSceneGraph-3.1.8.zip
svn tag: svn co http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.1.8 OpenSceneGraph