From 794029504a0b72cbc0a5a8e62da738a1284fcb98 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 23 Apr 2002 08:34:58 +0000 Subject: [PATCH] Added to the NEWS file. --- NEWS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 8bf72c338..ed5946f8f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ + OSG News (most significant items from ChangeLog) ================================================ @@ -30,7 +31,12 @@ OSG News (most significant items from ChangeLog) NodeCallback on each Node, ComputeTransformCallback on Transform Nodes, EvaluateLODCallback on LOD nodes, ComputeBillboardCallback on Billboard nodes. These make it my easier to customize the - scene graphs behavior at runtime. + scene graphs behavior at runtime. + + osg::Image::readPixels() and support for writing .bmp files has been + added which has made it easy to add screen capture the any OpenSceneGraph + application. This feature is demonstrated in the scene graph viewer + which comes with the distribution - just press 'O' to output a screenshot. All in all, the OpenSceneGraph is now more portable, easier to customize and cleaner. Beta release and 1.0 is now not far away!