OpenSceneGraph/examples
2018-03-30 15:16:45 +01:00
..
osg2cpp
osganalysis remove unused variable "newArrays" 2018-01-15 16:04:12 +01:00
osgAndroidExampleGLES1 replace more read*File() usage to readRef*File() 2017-11-28 19:51:31 +01:00
osgAndroidExampleGLES2 replace more read*File() usage to readRef*File() 2017-11-28 19:51:31 +01:00
osganimate Added GL_NORMALIZE usage to handle the case of the FlattenStaticTransform visitor not being applied to the scaled subgraphs causing lighting problems 2016-08-02 17:52:45 +01:00
osganimationeasemotion Fixed unused parameter warning. 2016-06-08 13:26:00 +01:00
osganimationhardware Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage 2017-11-27 18:38:37 +00:00
osganimationmakepath Fixed -Wextra warnings 2016-06-08 12:26:40 +01:00
osganimationmorph MorphGeometry fixes 2016-06-25 18:15:57 +01:00
osganimationnode Fixed -Wextra warnings 2016-06-08 12:24:46 +01:00
osganimationskinning revert s/VertexIndexWeight/IndexWeight/ 2017-08-31 13:30:24 +02:00
osganimationsolid
osganimationtimeline Fixed unused parameter warning. 2016-06-08 12:21:29 +01:00
osganimationviewer
osgatomiccounter change the design of BufferIndexBinding to work with BufferData instead of BufferObject 2017-08-24 03:28:55 +02:00
osgautocapture
osgautotransform Build fix. 2017-05-11 16:27:20 +01:00
osgbillboard
osgbindlesstext comply with osg::BufferIndexBinding new design (a miss) 2017-08-24 10:29:19 +02:00
osgblenddrawbuffers
osgblendequation
osgcallback
osgcamera
osgcatch
osgclip To osgclipe example added --text textstring and --simple command line options to test mixing text and clipping 2018-03-30 15:16:45 +01:00
osgcluster misc. typo fixes 2017-08-15 12:23:49 -04:00
osgCMakeExample Added a osgCmakeExample to illustrate a minimal CMakeList.txt to show how to build an OSG application using Cmake 2016-10-06 15:07:42 +01:00
osgcompositeviewer
osgcomputeshaders Fixed build issues when building with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2018-03-19 14:08:47 +00:00
osgcopy
osgcubemap
osgdatabaserevisions
osgdeferred Fixed build issues when compiling with OSG_PROVIDE_READFILE to OFF 2017-11-27 11:05:31 +00:00
osgdepthpartition
osgdepthpeeling
osgdirectinput fix bug: potentially uninitialized local variable 'hr' used 2018-01-19 11:38:01 +01:00
osgdistortion
osgdrawinstanced
osgemscripten Provide osgemscripten example CMake flags in a more stable way 2018-03-23 16:42:40 +00:00
osgfadetext Added command line parsing to aid with testing of osgText by allowing osgText::FadeText to be created with various options 2017-10-26 12:02:56 +01:00
osgfont Restructed the way that GlyphTexture is set up to better support control of osgText::ShaderTechnique from osgText::Text 2017-10-23 14:50:35 +01:00
osgforest Refactored osg::TextureBuffer to support assigning any type of osg::BufferData rather than just osg::Image as was previously required. 2016-06-15 19:05:35 +01:00
osgfpdepth
osgframerenderer replace more read*File() usage to readRef*File() 2017-11-28 19:51:31 +01:00
osgfxbrowser
osggameoflife Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage 2017-11-27 18:38:37 +00:00
osggeometry Introduced use of TempaltePrimitiveFunctor and TempaltePrimitiveIndexFunctor as a test of these template classes 2017-05-11 15:29:31 +01:00
osggeometryshaders
osggpucull Fixed build issues when building with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2018-03-19 14:08:47 +00:00
osggpx
osggraphicscost
osghangglide
osghud
osgimagesequence
osgimpostor misc. typo fixes 2017-08-15 12:23:49 -04:00
osgintersection
osgkdtree
osgkeyboard
osgkeyboardmouse examples: osgkeyboardmouse: add primitive index to LineSegmentIntersector output 2017-06-04 17:29:57 -04:00
osgkeystone
osglauncher Added stats handler 2017-10-24 16:04:14 +01:00
osglight
osglightpoint
osglogicop
osglogo Restructed the way that GlyphTexture is set up to better support control of osgText::ShaderTechnique from osgText::Text 2017-10-23 14:50:35 +01:00
osgmanipulator
osgmemorytest
osgmotionblur
osgmovie Fixes for building with OSG_PROVIDE_READFILE to OFF 2017-11-27 11:10:48 +00:00
osgmultiplemovies Deprecated dirtyDisplayLists(), use established dirtyGLObjects() instead 2017-12-18 13:54:08 +00:00
osgmultiplerendertargets
osgmultitexture
osgmultitexturecontrol Fixed unused parameter warning. 2016-06-08 13:20:07 +01:00
osgmultitouch Updates to the CMake build system for Mac OSX 2016-08-10 14:30:28 +01:00
osgmultiviewpaging
osgobjectcache Build fix 2017-03-30 12:45:25 +01:00
osgoccluder
osgocclusionquery Replaced old slow path deprecated_osg::Geometry code 2016-06-17 15:39:19 +01:00
osgoit
osgoscdevice Reordered command line parsing and replace throw with cout. 2017-03-30 13:21:05 +01:00
osgoutline
osgpackeddepthstencil
osgpagedlod
osgparametric
osgparticle Added command line parser to osgparticle examples viewer setup to make it easier to position window 2016-10-11 11:29:29 +01:00
osgparticleeffects
osgparticleshader Removed no longer relevant comment 2016-10-11 11:29:29 +01:00
osgpdf
osgphotoalbum
osgpick
osgplanets Fixed bug in setting the ratio value 2016-07-18 20:06:26 +01:00
osgpoints
osgpointsprite
osgposter
osgprecipitation
osgprerender
osgprerendercubemap
osgpresentation
osgreflect
osgrobot
osgsampler Fixed build issues when building with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF 2018-03-19 14:08:47 +00:00
osgscalarbar
osgscreencapture
osgscribe
osgsequence
osgshadercomposition
osgshadergen Fixed read shader to safer ref version 2018-03-24 11:23:59 +00:00
osgshadermultiviewport Added osgshadermultiviewport example to test and demonstrate the new osg::ViewportIndexed class 2016-06-29 11:39:44 +01:00
osgshaderpipeline Fixed build 2017-03-28 17:45:54 +01:00
osgshaders Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage 2017-11-27 18:38:37 +00:00
osgshaderterrain
osgshadow
osgshape Added handling of large shapes 2017-03-28 18:29:26 +01:00
osgsharedarray Build fixes 2017-03-30 12:55:58 +01:00
osgsidebyside Refactored the event handler so that it contains a helper NodeVistor class rather than inherits from inappropriately using multiple inheritance. 2018-02-07 17:23:14 +00:00
osgsimplegl3 Added usage of osgUtil::Optimizer to tessellate input geometry 2016-08-05 07:51:33 +02:00
osgsimpleMDI Implemented --single command line option that creates a single osg::DrawElementsUInt primitive set instead of using MultiDrawIndirect. 2017-10-19 12:39:22 +01:00
osgsimpleshaders
osgsimplifier Added support for outputting the model, filename defaults to model.osgt, to override this use -o filename on command line, and to write the file press 'o' key. 2017-05-11 15:25:10 +01:00
osgsimulation msys2: fixed ignoring #pragma warning 2016-06-11 17:45:37 +02:00
osgslice
osgspacewarp
osgspheresegment Refactored osgSim::SphereSegment so that it no longer uses GLBeginEndAdapter 2016-10-11 11:29:29 +01:00
osgspotlight Fixed spotlight colour mixing 2018-03-24 10:59:15 +00:00
osgSSBO adapt SSBO example for ComputeDispatch 2017-11-28 20:03:40 +01:00
osgstaticviewer replace more read*File() usage to readRef*File() 2017-11-28 19:51:31 +01:00
osgstereoimage
osgstereomatch Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage 2017-11-27 18:38:37 +00:00
osgteapot Build fixes 2017-03-30 12:55:58 +01:00
osgterrain Fixed unused parameter warning. 2016-06-08 12:10:00 +01:00
osgtessellate
osgtessellationshaders Fixed unused parameter warning. 2016-06-08 13:25:02 +01:00
osgtext Improved the setup of the --counter test 2017-09-29 09:54:43 +01:00
osgtext3D Fixed build issues when compiling with OSG_PROVIDE_READFILE to OFF 2017-11-27 11:05:31 +00:00
osgtexture1D Fixed unused parameter warning. 2016-06-08 12:16:58 +01:00
osgtexture2D misc. typo fixes 2017-08-15 12:23:49 -04:00
osgtexture2DArray Fixed unused parameter warning. 2016-06-08 12:21:51 +01:00
osgtexture3D
osgtexturecompression
osgtexturerectangle
osgthirdpersonview
osgthreadedterrain Fixed unused parameter warning. 2016-06-08 12:22:12 +01:00
osgtransferfunction Replaced read*File() usage to readRef*File() 2017-11-27 15:41:54 +00:00
osgtransformfeedback
osguniformbuffer change the design of BufferIndexBinding to work with BufferData instead of BufferObject 2017-08-24 03:28:55 +02:00
osgunittests Build fix 2017-05-25 09:54:11 +01:00
osguserdata Disabled -Wextra as the warning it generates is bengin and fixing it would introduce warnings on other platforms 2016-06-08 13:22:54 +01:00
osguserstats
osgvertexattributes Fixed typo 2017-02-21 21:55:05 +01:00
osgvertexprogram
osgviewerCocoa Added missing Camera::setDrawBuffer/setReadBuffer() 2018-03-06 16:54:57 +00:00
osgviewerFLTK Added missing setDrawBufer/setReadBuffer calls 2018-03-06 16:23:20 +00:00
osgviewerFOX Added missing Camera::setDrawBuffer/setReadBuffer() 2018-03-06 16:54:57 +00:00
osgviewerGTK replace more read*File() usage to readRef*File() 2017-11-28 19:51:31 +01:00
osgviewerIPhone Added missing Camera::setDrawBuffer/setReadBuffer() 2018-03-06 16:54:57 +00:00
osgviewerMFC Added missing Camera::setDrawBuffer/setReadBuffer() 2018-03-06 16:54:57 +00:00
osgviewerSDL Added missing Camera::setDrawBuffer/setReadBuffer() 2018-03-06 16:54:57 +00:00
osgviewerWX Fixed warnings 2018-03-19 10:42:09 +00:00
osgvirtualprogram
osgvnc Build fix 2017-11-27 10:32:02 +00:00
osgvolume Added osgvolume command line option "--bg r g b a" to enable customization of the window background colour 2017-02-13 16:53:37 +00:00
osgwidgetaddremove Fixed unused parameter warning. 2016-06-08 13:28:18 +01:00
osgwidgetbox Fixed unused parameter warning. 2016-06-08 13:34:33 +01:00
osgwidgetcanvas Fixed unused parameter warning. 2016-06-08 13:28:18 +01:00
osgwidgetframe Fixed unused parameter warning. 2016-06-08 13:30:09 +01:00
osgwidgetinput Fixed unused parameter warning. 2016-06-08 13:32:14 +01:00
osgwidgetlabel Deprecated Text:BackdropImplementation, removing the backend as it no longer required when using shaders for backdrop effects 2017-10-13 11:42:25 +01:00
osgwidgetmenu Fixed unused parameter warning. 2016-06-08 13:34:55 +01:00
osgwidgetmessagebox Fixed unused parameter warning. 2016-06-08 13:34:33 +01:00
osgwidgetnotebook Fixed unused parameter warning. 2016-06-08 13:35:46 +01:00
osgwidgetperformance
osgwidgetprogress
osgwidgetscrolled Fixed unused parameter warning. 2016-06-08 13:37:17 +01:00
osgwidgetshader Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage 2017-11-27 18:38:37 +00:00
osgwidgetstyled Fixed unused parameter warning. 2016-06-08 13:38:40 +01:00
osgwidgettable Fixed unused parameter warning. 2016-06-08 13:37:17 +01:00
osgwidgetwindow Fixed unused parameter warning. 2016-06-08 13:40:02 +01:00
osgwindows
CMakeLists.txt add GLSampler as Texture Property 2018-01-03 21:34:10 +01:00