Robert Osfield
|
74f5cbe16a
|
Fixes to the inventor/vrml loader.
|
2002-07-27 21:35:21 +00:00 |
|
Robert Osfield
|
4962065fb7
|
From Macro, removal of use of display lists during double pass rendering of
particles.
|
2002-07-27 10:34:14 +00:00 |
|
Robert Osfield
|
2c1b07e752
|
Fix for Windows
|
2002-07-27 10:25:51 +00:00 |
|
Robert Osfield
|
933ecce3d9
|
Fixes for Win32 build.
|
2002-07-27 10:22:58 +00:00 |
|
Robert Osfield
|
73b007fccb
|
Added return value to addViewport.
|
2002-07-27 10:09:39 +00:00 |
|
Robert Osfield
|
83a276a16a
|
Added missing osg:: from various references to osg::Objectf
|
2002-07-26 18:46:18 +00:00 |
|
Robert Osfield
|
5622b8c48b
|
Added support for LWO2, send in by Pavel Moloshtan.
|
2002-07-26 16:33:25 +00:00 |
|
Robert Osfield
|
6728edaa34
|
Added project file for inventor plugin.
|
2002-07-26 16:02:57 +00:00 |
|
Robert Osfield
|
078cdbed49
|
Added Ruben Lopez's Inventor/VRML 1.0 loader.
|
2002-07-26 15:37:23 +00:00 |
|
Robert Osfield
|
8901c42434
|
Change Geometry paramter name to lower case geometry.
|
2002-07-26 12:49:19 +00:00 |
|
Robert Osfield
|
fe8d097cc0
|
From Ferdinand Cornelissen - Futher updates to the DOF code.
|
2002-07-25 22:08:51 +00:00 |
|
Robert Osfield
|
150b055053
|
Added missing return statement to if() block in Matrix::mult code. Bug spotted
by Ray Conner.
|
2002-07-25 21:58:53 +00:00 |
|
Robert Osfield
|
95bdcfc3f6
|
Fixes to Doxygen files from Neil.
Removed unused set/getReportMode() methods and member variables from IntersectVisitor.
Added deep copy construction of Geometry objects.
|
2002-07-25 21:50:08 +00:00 |
|
Robert Osfield
|
7a4c43c06e
|
Changed > operator to < and swapped sides of expression, to enable compilation
across compilers.
|
2002-07-25 21:45:46 +00:00 |
|
Robert Osfield
|
cb1e1183c7
|
Fix to geometry combiner which wasn't check the overall color array values
in the lessGeometry functor.
|
2002-07-25 16:15:01 +00:00 |
|
Robert Osfield
|
ec6c2cd229
|
Fix to DOF Record from Sasa Bistroviae.
|
2002-07-25 15:25:42 +00:00 |
|
Robert Osfield
|
a6eb0a8209
|
Fix for colors in old flt models from Brede.
|
2002-07-25 15:21:18 +00:00 |
|
Robert Osfield
|
2ecdb629e6
|
Removed double quotes from around the :
DBGF = -g -DOSG_USE_MEMORY_MANAGER
As this was breaking the build.
|
2002-07-25 14:42:01 +00:00 |
|
Robert Osfield
|
55b7ed10a1
|
Implemented the DOF handling more cleanly, as per OpenFlight15.7 docs.
|
2002-07-24 16:29:00 +00:00 |
|
Robert Osfield
|
42358b61ae
|
Added missing std:: to endl;
|
2002-07-23 18:44:03 +00:00 |
|
Robert Osfield
|
b2fa79293c
|
Added the missing _primtives from the copy constructor list.
|
2002-07-23 15:48:12 +00:00 |
|
Robert Osfield
|
9033b8a336
|
Added fog toggling to Viewer.cpp, 'y' reduces fog density, 'Y' increases
fog density.
|
2002-07-23 15:45:55 +00:00 |
|
Robert Osfield
|
6d690740a6
|
Mods for HP-UX port.
|
2002-07-23 15:01:51 +00:00 |
|
Robert Osfield
|
2268246fa9
|
Added mode checking into StateSet to try and catch non texture OpenGL modes
which have been applied to the texture modes and visa-versa.
|
2002-07-23 14:35:38 +00:00 |
|
Robert Osfield
|
a41930ed17
|
Support added for Gnu C++ under Solaris.
|
2002-07-23 13:30:47 +00:00 |
|
Robert Osfield
|
80afddc08d
|
Checked in Tino Schwarze's port to HP-UX.
|
2002-07-23 10:48:22 +00:00 |
|
Robert Osfield
|
609a9ebf21
|
Updates to osgParticle form Macro.
|
2002-07-22 16:01:00 +00:00 |
|
Robert Osfield
|
f007e7c3be
|
Merged changed to osgParticle from Macro, these add the ability to
orientate the particles to predefined axis.
|
2002-07-22 13:05:31 +00:00 |
|
Robert Osfield
|
3dd07ea354
|
Fixed more uninitialized variables and two potential memory leaks.
|
2002-07-22 12:41:55 +00:00 |
|
Robert Osfield
|
bfefb55a9f
|
Fixed various uninitiliazed variables.
|
2002-07-21 20:34:38 +00:00 |
|
Robert Osfield
|
3cda894ca5
|
Added default construction values for various member variables to fix report
uninitialized variables.
|
2002-07-21 10:44:25 +00:00 |
|
Robert Osfield
|
b23aea5173
|
Futher work on ensuring that all datatypes are initilizaed in OSG objects.
|
2002-07-21 10:04:33 +00:00 |
|
Robert Osfield
|
389dd8adbb
|
Futher changes to remove unitialized variables/reordering of initialization to
prevent unitialized warnings.
|
2002-07-21 01:29:11 +00:00 |
|
Robert Osfield
|
48b3be40e9
|
Various fixes to constructors to ensure that all variables are initialized.
|
2002-07-20 23:54:55 +00:00 |
|
Robert Osfield
|
0ff08a2978
|
Added missing default values to State constructor.
|
2002-07-20 22:44:21 +00:00 |
|
Robert Osfield
|
15315b7b4b
|
Added default values for FrameStamp.cpp constructor.
|
2002-07-20 22:40:24 +00:00 |
|
Robert Osfield
|
a1c54dc663
|
Removed the rendundent variables in the ConvexPlanerPolygon as these were
unused and unitialized.
|
2002-07-20 22:36:55 +00:00 |
|
Robert Osfield
|
c86a907ddd
|
Added new debugging switch checkOnAllocations which is now on by default
when compiling with debug build (under UNIX) and can be turned on or off
with the OSG_MM_CHECK_ON_ALLOCATIONS environmental variable.
|
2002-07-20 22:36:09 +00:00 |
|
Robert Osfield
|
2b7331b73b
|
Added some extra checks for memory initialization into the osg::MemoryManager,
this is turned off by default, even in debug build. However you can turn it
on by setting the OSG_MM_CHECK_FOR_UNINITIALIZED
|
2002-07-20 21:37:10 +00:00 |
|
Robert Osfield
|
298e3d5ae3
|
Umm... these should have already been commited, not sure why cvs has just
popped these ones up...
|
2002-07-20 18:27:40 +00:00 |
|
Don BURNS
|
1df5495adf
|
Added logo plugin
|
2002-07-20 16:24:12 +00:00 |
|
Robert Osfield
|
2f48bef57e
|
Fixed the char[] array length to fully encompass the strings bring written
to them.
|
2002-07-20 15:01:49 +00:00 |
|
Robert Osfield
|
745478e193
|
Fixed the glTessCallback type to GLU_TESS_ERROR_DATA.
|
2002-07-20 15:00:47 +00:00 |
|
Robert Osfield
|
4594907832
|
Small bug fix to osg::BoundingBox::expandBy(x,y,z).
Updated ChangeLog and NEWS for the release.
|
2002-07-19 15:49:43 +00:00 |
|
Robert Osfield
|
1264bd5869
|
Removed debugging cout's.
|
2002-07-19 15:03:23 +00:00 |
|
Robert Osfield
|
e2531d5679
|
Updated Doyxgen files.
|
2002-07-19 14:52:44 +00:00 |
|
Robert Osfield
|
7682e32521
|
Updates to the Geometry to add more access methods, and updates to Optimizer
to add the new merge primtives option.
|
2002-07-19 14:19:49 +00:00 |
|
Robert Osfield
|
d8d0ac60a7
|
Added primitve merging into the osg::Geometry optimizer.
|
2002-07-19 13:49:54 +00:00 |
|
Robert Osfield
|
1eaf9eac23
|
Removed the cow.osg paramter for the osgparticle cow.osg in the test scripts
|
2002-07-19 12:51:23 +00:00 |
|
Robert Osfield
|
6da157599c
|
Added MatrixTransform.cpp.
|
2002-07-19 10:18:29 +00:00 |
|