| age |
author |
description |
| 2002-09-30 |
robert |
Added traverse the AnimationPath callbacks. |
| 2002-09-30 |
robert |
Added support for per primitive bindings in osg::IndexedGeometry. Added a |
| 2002-09-29 |
robert |
From Macro, added a setActiveTextureUnit(0) to osg::Text::drawImmediateMode() to |
| 2002-09-29 |
robert |
From Daniel, Fixes for warnings under Win32. |
| 2002-09-28 |
robert |
Fixes to IndexedGeometry.cpp to repair bugs introduced with Win32 build fixes.S |
| 2002-09-28 |
robert |
Added a dirtyAllVertexArrays() to State::reset(). |
| 2002-09-28 |
robert |
Fixes for Win32 build. |
| 2002-09-27 |
robert |
Fix build after change in GLExtensions. |
| 2002-09-27 |
robert |
Fixes to IndexGeometry for Win32 build. |
| 2002-09-27 |
robert |
Improvements to IndexedGeometry. |
| 2002-09-26 |
robert |
Futher work on the IndexedGeometry class. Indexed coordinates should now |
| 2002-09-24 |
robert |
Changed the linux linking of -lgif to -lungif. |
| 2002-09-24 |
robert |
Changed the image file so that use the Images/ prefix to help locate the files |
| 2002-09-24 |
robert |
Removed redundent / |
| 2002-09-22 |
robert |
Renamed Primitive to PrimitiveSet. |
| 2002-09-20 |
robert |
From Gideon, support for tracking the number of objects constructed and deleted, |
| 2002-09-20 |
robert |
From Ulrich Hertlien, supported add to textures in the .lwo format. |
| 2002-09-20 |
robert |
Renamed osg::Primitive to osg::PrimitiveSet which better reflect what it |
| 2002-09-20 |
robert |
From Daniel, changed setEventHandler to addEventHandler. |
| 2002-09-19 |
robert |
Added PolygonStipple class from Mike, with mods from Robert to make data |
| 2002-09-19 |
robert |
Made the calls to the drawing of the pre rendering stages exclit, using |
| 2002-09-19 |
robert |
Fixed copy constructor so that the _stage member variable was set to this |
| 2002-09-18 |
robert |
Fix the sceondary color code. |
| 2002-09-18 |
robert |
Added missing isCompressedInternalFormat() method. |
| 2002-09-18 |
robert |
Fixed mispelling of SEPARATION. |
| 2002-09-18 |
robert |
Simplified the depth calculation code in CullVisitor so that it always computes |
| 2002-09-18 |
robert |
From Daniel Sj?lie - added support for multitexured flt files. |
| 2002-09-17 |
robert |
Improved the sort callback support in osgUtil::RenderBin, and removed the |
| 2002-09-16 |
robert |
Further work on multiple context extensions. |
| 2002-09-16 |
robert |
Commented out the call to combine LOD's in the optimizer as it was causing |
| 2002-09-14 |
robert |
Updates the osg::Texture3D::Extensions interface to support the standardisation |
| 2002-09-13 |
robert |
Added dirty methods for vertex arrays to better support external OpenGL |
| 2002-09-12 |
robert |
From Pavel Moloshtan, fixes for Mingw32 build. |
| 2002-09-12 |
robert |
Added opengl32.lib and glu32.lib links to osgGLUT.dsp |
| 2002-09-12 |
robert |
Added asGroup() and asTransform() methods to osg::Node to downcast nodes |
| 2002-09-12 |
don |
Fixed setFusionDistance |
| 2002-09-12 |
robert |
From Brede Johansen - Fixes to osg::Plane::valid and added a new set method. |
| 2002-09-09 |
don |
Added ability to accept '.tif' files (as well as '.tiff') and printed |
| 2002-09-05 |
robert |
Improvements to osg::Texture3D::Extensions code. |
| 2002-09-05 |
don |
For Solaris, /usr/local/lib dependencies now compile static libraries. This |
| 2002-09-05 |
robert |
Added new buffered_value template class which encapsulates a std::vector but |
| 2002-09-04 |
robert |
From Ulrich Hertlein, check for max 3d texture size into the osgtexture demo. |
| 2002-09-04 |
robert |
Added support for setting the fusion distance directly in SceneView, defaults |
| 2002-09-04 |
robert |
Added support for multiple graphics contexts to osg::Texture and its |
| 2002-09-04 |
don |
Added setting colormask to SceneView on every frame to allow toggling |
| 2002-09-03 |
robert |
Fixes to the LWO to better handle 3 and 4 vertex polygons. |
| 2002-09-03 |
robert |
Removed const from the evaluateLODChild(,,) callback method. |
| 2002-09-03 |
robert |
Removed the temporary commenting out of the Optimizer, which was done for |
| 2002-09-03 |
robert |
Fixed LWO2 ReaderWriter problem which was down to an the compiler reodering |
| 2002-09-03 |
robert |
Fixed and unmatched malloc/free pair, which was previously doing a mallco/delete. |
| 2002-09-02 |
robert |
Converted the instances of const built in types being returned from methods |
| 2002-08-31 |
robert |
From Yfei He, added in missing RoadConstruction handler. |
| 2002-08-31 |
robert |
Bug fix from Tom Jolly, which adds a check aginst a delete of gl textures |
| 2002-08-31 |
don |
Added the script to make IRIX distribution packages (via 'inst'). |
| 2002-08-30 |
robert |
Renamed osg::Statistics::addOpaque to addDrawable to better reflect its current |
| 2002-08-30 |
robert |
Updates to windows build docs. |
| 2002-08-30 |
robert |
Fixes to Math for MacOSX build. |
| 2002-08-30 |
robert |
Update LANDEXT.DAT to contain all the latest core OSG files. |
| 2002-08-30 |
robert |
Fixed the flatten static transform visitor. |
| 2002-08-30 |
robert |
Added std:: infront of ends references. |