Small typo
This commit is contained in:
parent
cd305a97a2
commit
9c81de9c12
@ -45,7 +45,7 @@ MAKEDEPEND = ignore
|
|||||||
VERSION_MAJOR = 0
|
VERSION_MAJOR = 0
|
||||||
VERSION_MINOR = 9
|
VERSION_MINOR = 9
|
||||||
VERSION_RELEASE = 5
|
VERSION_RELEASE = 5
|
||||||
VERSION_REVISION ?= 0
|
VERSION_REVISION ?= 1
|
||||||
ifneq (,$(OSG_VERSION_REVISION))
|
ifneq (,$(OSG_VERSION_REVISION))
|
||||||
VERSION_REVISION = $(OSG_VERSION_REVISION)
|
VERSION_REVISION = $(OSG_VERSION_REVISION)
|
||||||
endif
|
endif
|
||||||
|
6
NEWS.txt
6
NEWS.txt
@ -11,9 +11,9 @@ OSG News (most significant items from ChangeLog)
|
|||||||
The key new features of the 0.9.5 release are the new OpenGL2.0 nodekit, constant frame rate
|
The key new features of the 0.9.5 release are the new OpenGL2.0 nodekit, constant frame rate
|
||||||
database paging support, classes, and the new native .ive binary plugin which supports
|
database paging support, classes, and the new native .ive binary plugin which supports
|
||||||
both reading and writing of all core osg nodes, including inlining of compressed
|
both reading and writing of all core osg nodes, including inlining of compressed
|
||||||
and non compressed imagery.
|
and non-compressed imagery.
|
||||||
|
|
||||||
The native database paging support,provided by the new osg::PageLOD and osgDB::DatabasePager,
|
The native database paging support, provided by the new osg::PageLOD and osgDB::DatabasePager,
|
||||||
achieves constant frame rate through threading of the database reading, and time based
|
achieves constant frame rate through threading of the database reading, and time based
|
||||||
incremental compile and delete of display lists, vertex_buffer_objects and texture objects.
|
incremental compile and delete of display lists, vertex_buffer_objects and texture objects.
|
||||||
A new TextureObjectManager class also caches a list of expired texture objects for reuse,
|
A new TextureObjectManager class also caches a list of expired texture objects for reuse,
|
||||||
@ -90,7 +90,7 @@ OSG News (most significant items from ChangeLog)
|
|||||||
class. This example depends upon the demeter terrain engine, which can be download from
|
class. This example depends upon the demeter terrain engine, which can be download from
|
||||||
http://www.terrainengine.com.
|
http://www.terrainengine.com.
|
||||||
|
|
||||||
Camera style convince set and get methods to osgUtil::SceneView, consolidating
|
Camera style convenience set and get methods to osgUtil::SceneView, consolidating
|
||||||
previous functionality that was provided by both osg::SceneView and osg::Camara into one place.
|
previous functionality that was provided by both osg::SceneView and osg::Camara into one place.
|
||||||
This move has made osg::Camera redundant so has it been removed to avoid confusion,
|
This move has made osg::Camera redundant so has it been removed to avoid confusion,
|
||||||
usage inconsistencies and bloat of core libraries.
|
usage inconsistencies and bloat of core libraries.
|
||||||
|
Loading…
Reference in New Issue
Block a user