From 721505f7c9518b1b4b7d6308dc86808672567134 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 12 Feb 2009 14:46:11 +0000 Subject: [PATCH] Updated ChangeLog for 2.8.0 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 526e75a34..4e8702200 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2009-02-12 14:35 robert + + * examples/osgviewerQT/QOSGWidget.cpp: Compiled fix + +2009-02-12 14:01 robert + + * src/osgVolume/Shaders/volume_iso_frag.cpp: Changed iso surface + lighting to ignore intensity of the texture + +2009-02-12 13:57 robert + + * examples/osgvolume/osgvolume.cpp: Fixed handling of xSize, ySize + and zSize + +2009-02-12 13:31 robert + + * ChangeLog: Updated ChangeLog + 2009-02-12 12:51 robert * include/osgDB/fstream, include/osgWidget/Export: Warning fixes