.. |
osganimate
|
From Ulrich Hertlein, spelling corrections and a few Doxgen comments.
|
2006-02-20 21:05:23 +00:00 |
osgautotransform
|
Changed the NO_ROTATION label so it is aligned with the XZ plane to make it easier to see.
|
2005-11-09 17:06:12 +00:00 |
osgbillboard
|
Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
|
2003-08-18 10:58:30 +00:00 |
osgblendequation
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgbluemarble
|
From Eric Wing, fixed typo induced bug.
|
2005-12-07 11:38:39 +00:00 |
osgcallback
|
Fixed mistmatch of ReadFileCallback type.
|
2005-11-23 12:16:22 +00:00 |
osgcamera
|
Enabled thread safe counting by default.
|
2005-12-07 09:48:28 +00:00 |
osgcameragroup
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgcatch
|
Build fixes to cope with changes to Producer/osgProducer.
|
2006-03-30 10:20:11 +00:00 |
osgclip
|
Added the support in AnimationPathCallback for taking a pivot, axis and rotation rate
|
2005-11-09 15:11:22 +00:00 |
osgcluster
|
Build fixes to cope with changes to Producer/osgProducer.
|
2006-03-30 10:20:11 +00:00 |
osgcopy
|
Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
|
2003-08-18 10:58:30 +00:00 |
osgcubemap
|
Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
|
2003-08-18 10:58:30 +00:00 |
osgdelaunay
|
Attempt at build fixes for IRIX.
|
2005-12-05 10:24:02 +00:00 |
osgdepthpartition
|
Reorganised the Group::removeChild and Geode::removeDrawable methods so
|
2006-05-02 09:45:31 +00:00 |
osgdepthshadow
|
Lightened by the ambientBias term.
|
2005-11-24 19:53:20 +00:00 |
osgdistortion
|
Added the support in AnimationPathCallback for taking a pivot, axis and rotation rate
|
2005-11-09 15:11:22 +00:00 |
osgfbo
|
Fixed typo of CameraNode::setRenderTargetImplementation(..)
|
2005-09-29 09:36:51 +00:00 |
osgforest
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgfxbrowser
|
Reorganised the Group::removeChild and Geode::removeDrawable methods so
|
2006-05-02 09:45:31 +00:00 |
osggeodemo
|
Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
|
2003-08-18 10:58:30 +00:00 |
osggeometry
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgGLUTkeyboardmouse
|
From Gideon May, port to OSX of GLUT examples.
|
2005-11-28 09:15:46 +00:00 |
osgGLUTsimple
|
From Gideon May, port to OSX of GLUT examples.
|
2005-11-28 09:15:46 +00:00 |
osghangglide
|
Converted osgGA::GUIEventAdapter into a concrete class capable of respresenting
|
2006-03-08 14:09:47 +00:00 |
osghud
|
Fixed the text to match the implementation.
|
2005-12-09 19:54:31 +00:00 |
osgimpostor
|
Converted osgGA::GUIEventAdapter into a concrete class capable of respresenting
|
2006-03-08 14:09:47 +00:00 |
osgintrospection
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgkeyboard
|
Added #include <osg/io_utils>
|
2005-04-08 09:45:06 +00:00 |
osgkeyboardmouse
|
Added ability to write out the selected parts of the scene graph.
|
2006-01-03 16:52:06 +00:00 |
osglauncher
|
Added the support in AnimationPathCallback for taking a pivot, axis and rotation rate
|
2005-11-09 15:11:22 +00:00 |
osglight
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osglightpoint
|
Moved the blink sequence light points down so they are visible in the default
|
2005-11-09 17:08:50 +00:00 |
osglogicop
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osglogo
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgmotionblur
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgmovie
|
Added support for tracking mouse movement and computing the intersection of the mouse position
|
2006-01-12 22:43:36 +00:00 |
osgmultiplecameras
|
From Ulrich Hertlein, spelling corrections and a few Doxgen comments.
|
2006-02-20 21:05:23 +00:00 |
osgmultitexture
|
Added comments.
|
2005-12-01 16:43:40 +00:00 |
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
|
Switched off the VBO usage in osgparametric as it was tripping up ATI and 3DLabs drivers.
|
2005-11-29 08:59:30 +00:00 |
osgparticle
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgparticleeffects
|
Added debugging code to help pick out instablilities in osgParticle. Debugging
|
2006-02-24 13:57:47 +00:00 |
osgpbuffer
|
Build fixes to cope with changes to Producer/osgProducer.
|
2006-03-30 10:20:11 +00:00 |
osgphotoalbum
|
Build fixes to cope with changes to Producer/osgProducer.
|
2006-03-30 10:20:11 +00:00 |
osgpick
|
Fixed typo in text string.
|
2005-12-16 14:53:51 +00:00 |
osgplanets
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgpoints
|
Added proper descriptions of examples in place of the copy and paste description.
|
2005-11-15 22:07:54 +00:00 |
osgpointsprite
|
Removed the enabling of the point smooth mode.
|
2005-04-20 14:51:13 +00:00 |
osgprecipitation
|
Added UseFarLineSegments option
|
2006-04-25 12:56:33 +00:00 |
osgprerender
|
From Joakim Simonsson/Robert Osfield. Fixed line endings.
|
2005-11-15 22:18:29 +00:00 |
osgprerendercubemap
|
Compile fix.
|
2006-02-28 20:10:25 +00:00 |
osgreflect
|
From Eric Wing, fixes for "warning: converting of negative value '-0x00000000000000001' to 'unsigned int'"
|
2005-11-29 11:39:07 +00:00 |
osgscalarbar
|
Added the support in AnimationPathCallback for taking a pivot, axis and rotation rate
|
2005-11-09 15:11:22 +00:00 |
osgscribe
|
Added pathway in code for override the colour of the wireframe scribe
|
2004-04-22 08:04:34 +00:00 |
osgsequence
|
From Ulrich Hertlien, improved osgsequence example
|
2004-11-15 12:03:33 +00:00 |
osgshaders
|
From Mike Weiblen, support GLSL uniform arrays. A couple of tweaks and fixes from Robert Osfield.
|
2006-05-15 15:46:08 +00:00 |
osgshaderterrain
|
Added comments.
|
2005-12-01 16:43:40 +00:00 |
osgshadowtexture
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgshape
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgsimple
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgsimplepager
|
From Geoff Michel, Fix to prevent Producer::Trackball being set up with a negative
|
2005-12-05 10:08:52 +00:00 |
osgsimplifier
|
Added support for up sampling by dividing longest edges.
|
2006-02-06 17:12:35 +00:00 |
osgsimulation
|
added SphereSegment test code segment, commented out at pressent.
|
2006-06-08 11:18:27 +00:00 |
osgslice
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgspacewarp
|
Added proper descriptions of examples in place of the copy and paste description.
|
2005-11-15 22:07:54 +00:00 |
osgspheresegment
|
Added extra SphereSegment intersection tests.
|
2006-06-05 16:25:01 +00:00 |
osgspotlight
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgstereoimage
|
Build fixes to cope with changes to Producer/osgProducer.
|
2006-03-30 10:20:11 +00:00 |
osgteapot
|
Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback
|
2005-05-12 14:03:22 +00:00 |
osgtesselate
|
Ran dos2unix on makefile.
|
2005-11-16 20:27:28 +00:00 |
osgtext
|
From Joseph Winston, "Corrected displayed comment about the text size
|
2005-08-22 13:45:15 +00:00 |
osgtexture1D
|
Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
|
2003-08-18 10:58:30 +00:00 |
osgtexture2D
|
Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it.
|
2003-08-18 10:58:30 +00:00 |
osgtexture3D
|
Replaced tabs with spaces in examples.
|
2005-11-17 20:22:55 +00:00 |
osgtexturerectangle
|
Changed ABSOLUTE and RELATIVE to ABSOLUTE_RF and RELATIVE_RF to avoid stooppid Win32 #define
|
2004-10-24 20:04:00 +00:00 |
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
|
From Adrian Egli, added std::ifstream::binary qualifier to ifstream usage.
|
2006-05-15 11:38:56 +00:00 |
osgwindows
|
Build fixes to cope with changes to Producer/osgProducer.
|
2006-03-30 10:20:11 +00:00 |
GNUmakefile
|
Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional
|
2003-07-26 01:02:39 +00:00 |