Robert Osfield
dd628a9829
From Roger James, added GL_NORMALIZE mode to scaled models
2007-07-03 10:00:41 +00:00
Robert Osfield
69b778c2ad
Corrected graphics context creation message
2007-06-20 12:01:14 +00:00
Robert Osfield
9e659c50f1
Added debug timing code
2007-05-23 10:57:46 +00:00
Robert Osfield
2e6ee4bb39
Removed old gmake and VisualStudio build files
2007-04-10 13:10:25 +00:00
Robert Osfield
6d7b5e7ebd
From Eric Wing, pedantic warning fixes
2007-04-06 15:36:13 +00:00
Robert Osfield
d9a94f7890
Moved the TARGET_NAME setting into the SETUP_APPLICATION/EXAMPLE macro
2007-03-19 17:18:59 +00:00
Robert Osfield
da64127539
Ran dos2unix on CMakeLists.txt files.
2007-03-19 13:26:34 +00:00
Robert Osfield
be3f61c49f
From Luigi Calori, move to using local CMakeLists.txt files and explicit file lists.
...
From Robert Osfield, small ammendments of the above to seperate example and application installs, and fix the osgPlugins install directory.
2007-03-19 12:30:26 +00:00
Robert Osfield
8d918d951f
Ported osgconv and osgdem across to osgViewer
2007-01-10 14:56:22 +00:00
Robert Osfield
530e9e08d4
Added better handling of writeNode operations that arn't successful.
2006-11-07 17:00:56 +00:00
Robert Osfield
c1e047d549
Removed the usage of setenv to avoid portability issues.
2006-07-17 13:16:44 +00:00
Robert Osfield
72fc19d01f
From Brede Johansen, patch to make osgconv.cpp compile on VC 2005.
2006-07-14 18:40:25 +00:00
Robert Osfield
8762f9a31e
Added optional compilation of setenv code
2006-07-14 18:20:14 +00:00
Robert Osfield
dd32e6425e
Added StatsVisitor to include/osg/Statistics, and usage of it in osgUtil::Optimizer.
...
Added --optimize <string> option to osgconv
2006-07-13 15:25:22 +00:00
Robert Osfield
fdd5831b83
Fixed crash on osgconv --compressed cow.osg cow.ive
2006-06-26 15:18:14 +00:00
Robert Osfield
4eb5b0d715
Added proper descriptions of examples in place of the copy and paste description.
2005-11-15 22:07:54 +00:00
Robert Osfield
bd68294ed6
Added --help-env option.
2005-11-03 10:57:10 +00:00
Robert Osfield
a4b2383672
Removed old GeoSet backward compatibility code since its now redudent.
2005-05-17 09:53:41 +00:00
Robert Osfield
bf4d63f6ea
Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback
...
methods and reimplement computeBound so that it passes back a bounding volume rather
than modifying the local one.
2005-05-12 14:03:22 +00:00
Robert Osfield
1ae62b2f19
Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error.
2005-05-05 19:46:04 +00:00
Robert Osfield
451a27ac65
Added guard to texture image to avoid seg fault when dealing with incomplete databases.
2005-03-17 14:40:30 +00:00
Robert Osfield
033fe70f9a
Added --addMissingColours / --addMissingColor support into osgconv which
...
provides a mechansim for adding in a white colour where none previously
existed. This solves the problem that exists on some databases where
no colour is present, causing the colour to be inherited randomly.
2005-03-16 20:44:10 +00:00
Robert Osfield
1d94826b40
Added --smooth option to osgconv
2005-03-16 14:14:12 +00:00
Don BURNS
bdd04bef60
Added applications directory. Copied (not moved)
...
osgarchive
osgconv
osgdem
osgversion
osgviewer
into applications directory. Leaving them in the examples directory
as well, for now.
Made examples optional via the make COMPILE_EXAMPLES=yes option
Added static lib and static plugin build support.
2005-03-13 01:47:46 +00:00