..
osganimate
Added osgSim::OverlayNode to osganimate and osgspheresegment examples, and
2005-09-06 15:48:18 +00:00
osgautotransform
osgbillboard
osgblendequation
Removed the redundent subclassing from osg::NodeVisitor in examples event handlers
2005-03-18 10:45:18 +00:00
osgbluemarble
Renamed Byte2,3,4 and Short2,3,4 and UByte4 to use the Vec*b, Vec*s and Vec4ub form
2005-07-15 14:41:19 +00:00
osgcallback
Moved Registry::CacheHintOptions into ReaderWriter::Options
2004-11-22 14:10:12 +00:00
osgcamera
Added commandline arguments for controlling number of cameras through to the windowing library to use.
2005-09-02 20:06:11 +00:00
osgcameragroup
osgcatch
Renamed ExplosionDebriEffect to ExplosionDebrisEffect
2005-05-25 16:42:36 +00:00
osgclip
osgcluster
Added support for GrapicsOpeations that are reused each frame, cleaned up
2005-08-30 22:28:30 +00:00
osgcopy
osgcubemap
osgdelaunay
From Geoff Michel, update to osgdelaunday.
2005-10-27 09:37:38 +00:00
osgdemeter
osgdepthpartition
From Ravi Mathur, "New functionality is the ability to automatically determine the
2005-10-27 09:38:06 +00:00
osgdepthshadow
Fixed typo of CameraNode::setRenderTargetImplementation(..)
2005-09-29 09:36:51 +00:00
osgdistortion
Fixed typo of CameraNode::setRenderTargetImplementation(..)
2005-09-29 09:36:51 +00:00
osgfbo
Fixed typo of CameraNode::setRenderTargetImplementation(..)
2005-09-29 09:36:51 +00:00
osgforest
Changed #if
2005-09-05 13:27:48 +00:00
osgfxbrowser
Moved to standard OSG coding style.
2005-04-29 06:32:13 +00:00
osggeodemo
osggeometry
Added #include <osg/io_utils>
2005-04-08 09:45:06 +00:00
osgGLUTkeyboardmouse
From Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples
2005-04-08 19:40:16 +00:00
osgGLUTsimple
From Mike Weiblen, osgGLUTsimple and osgGLUTkeyboardmouse examples
2005-04-08 19:40:16 +00:00
osghangglide
From Mike Weiblen: support for OSGHANGGLIDE_REVERSE_CONTROLS env which reverses
2005-09-19 15:33:25 +00:00
osghud
Cleaned up osghud and osgprerender examples
2005-07-15 08:31:02 +00:00
osgimpostor
Moved osg::Impostor to osgSim::Impostor, as Impostor isn't a core feature.
2005-05-01 19:48:49 +00:00
osgintrospection
From Marco Jez, updates to reflect new osgIntrospection API
2005-04-08 19:29:12 +00:00
osgkeyboard
Added #include <osg/io_utils>
2005-04-08 09:45:06 +00:00
osgkeyboardmouse
Preparation for moving osgGL2 out of the core OSG into its own seperate distribution.
2005-04-14 11:28:23 +00:00
osglauncher
Added #include <osg/io_utils>
2005-04-08 09:45:06 +00:00
osglight
osglightpoint
osglogicop
Removed the redundent subclassing from osg::NodeVisitor in examples event handlers
2005-03-18 10:45:18 +00:00
osglogo
osgmotionblur
osgmovie
From Sondra Iverson, "The options to rewind/restart and to toggle looping in the osgmovie
2005-09-11 19:05:30 +00:00
osgmultiplecameras
Ported all the render to texture examples across to using the new osg::CameraNode.
2005-07-19 16:30:55 +00:00
osgmultitexture
osgoccluder
Added #include <osg/io_utils>
2005-04-08 09:51:56 +00:00
osgpagedlod
Updates
2005-07-14 21:04:40 +00:00
osgparametric
From Mike Weiblen, fixes to shaders to correct modification of varying types
2005-06-22 11:26:56 +00:00
osgparticle
osgparticleeffects
Added SmokeTrailEffect which renders created particles as single quad or line
2005-10-12 18:42:36 +00:00
osgpbuffer
Fixed compile warnings.
2005-10-24 13:46:31 +00:00
osgphotoalbum
Fixed recursive call
2004-11-23 23:45:41 +00:00
osgpick
Added #include <osg/io_utils>
2005-04-08 09:51:56 +00:00
osgplanets
from Mike Weiblen, added wrap mode to planet texture to avoid black seam, and
2004-11-24 19:10:44 +00:00
osgpoints
Fixed compile warnings.
2005-10-24 13:46:31 +00:00
osgpointsprite
Removed the enabling of the point smooth mode.
2005-04-20 14:51:13 +00:00
osgprerender
Added code paths for PBuffer RTT support.
2005-10-04 18:50:00 +00:00
osgprerendercubemap
Improved the UpdateCameraAndTexGenCallback so it properly handles rotation and
2005-10-06 20:02:18 +00:00
osgreflect
Property API clean to smooth the task of generating wrappers.
2004-12-17 01:06:33 +00:00
osgscalarbar
Attempted fix for VS6.0 compile problems
2004-11-16 14:35:29 +00:00
osgscribe
osgsequence
From Ulrich Hertlien, improved osgsequence example
2004-11-15 12:03:33 +00:00
osgshaders
From Mike Weiblen, added \n newlines to inline shader program strings.
2005-05-02 09:34:27 +00:00
osgshaderterrain
Fixed compile warnings.
2005-10-24 13:46:31 +00:00
osgshadowtexture
Fixed typo of CameraNode::setRenderTargetImplementation(..)
2005-09-29 09:36:51 +00:00
osgshape
Removed deprecated API in preparation for 0.9.9 release.
2005-05-09 13:09:07 +00:00
osgsimple
Oops. Fixed glaring memory leak in main loop of osgsimple
2004-01-03 22:52:51 +00:00
osgsimplepager
Preparation for moving osgGL2 out of the core OSG into its own seperate distribution.
2005-04-14 11:28:23 +00:00
osgsimplifier
From Volker Walkiewicz (with tweaks from Robert Osfield):
2005-09-28 16:05:35 +00:00
osgsimulation
Added initial interface for computing intersections between sphere segments
2005-09-08 13:10:04 +00:00
osgslice
Removed include of Producer/RenderSurface
2005-01-28 17:24:47 +00:00
osgspacewarp
osgspheresegment
Changed the "Cessna" text so that it is sized according to OBJECT_COORDS rather
2005-10-13 10:29:40 +00:00
osgspotlight
Removed deprecated API in preparation for 0.9.9 release.
2005-05-09 13:09:07 +00:00
osgstereoimage
Added support for new event visitor type into osgGA and osgProducer::Viewer,
2005-02-25 14:02:48 +00:00
osgteapot
Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback
2005-05-12 14:03:22 +00:00
osgtesselate
From Geoff Michel :
2005-04-30 13:54:21 +00:00
osgtext
From Joseph Winston, "Corrected displayed comment about the text size
2005-08-22 13:45:15 +00:00
osgtexture1D
osgtexture2D
osgtexture3D
osgtexturerectangle
osgunittests
Added sizeof(std::string) test to osgunittests
2005-06-08 10:39:43 +00:00
osgvertexprogram
Moved osg::Impostor to osgSim::Impostor, as Impostor isn't a core feature.
2005-05-01 19:48:49 +00:00
osgvolume
Fixed compile warnings.
2005-10-24 13:46:31 +00:00
osgwindows
Added more comprehensive releaseGLObjects(State*=0) throughout Nodes,
2005-05-07 20:47:09 +00:00
GNUmakefile