OpenSceneGraph/examples
2020-11-10 14:41:56 +00:00
..
osg2cpp Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osganalysis Removed usage of the osgUtil::TriStripVisitor is it generates osg::Geometry that perform very poorly when using VBO and VAO's vs GL DisplayLists. 2018-04-20 11:44:44 +01:00
osgAndroidExampleGLES1 Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgAndroidExampleGLES2 Fix navagation error about Android GLES2 example. 2020-01-06 14:48:34 +08: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 Fix typos and spelling. 2018-04-23 11:03:37 +01: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 From Jannik Heller, typo fixes 2015-04-13 10:43:56 +00:00
osganimationtimeline Fixed unused parameter warning. 2016-06-08 12:21:29 +01:00
osganimationviewer Renamed DrawableUpdate/Event/Cull callbacks to use new include/osg/Callback versions 2016-01-19 11:39:28 +00:00
osgatomiccounter change the design of BufferIndexBinding to work with BufferData instead of BufferObject 2017-08-24 03:28:55 +02:00
osgautocapture Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgautotransform fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgbillboard Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgbindlesstext comply with osg::BufferIndexBinding new design (a miss) 2017-08-24 10:29:19 +02:00
osgblenddrawbuffers Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgblendequation Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgcallback Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgcamera fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgcatch Warning fixes 2018-09-11 15:32:44 +01:00
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 build/windows_clang 2020-07-21 17:37:24 +02:00
osgCMakeExample replaced "if (apm || !apm->valid())" 2019-06-14 15:46:55 +01:00
osgcompositeviewer fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgcomputeshaders Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute 2018-04-07 17:59:55 +01:00
osgcopy Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgcubemap Added greater control of how cubemap is set up and controlled 2018-09-11 08:11:27 +01:00
osgdatabaserevisions Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgdeferred Fixed build issues when compiling with OSG_PROVIDE_READFILE to OFF 2017-11-27 11:05:31 +00:00
osgdepthpartition Added arguments to viwer construction to allow better command line control 2020-03-13 08:33:52 +00:00
osgdepthpeeling Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgdirectinput fix bug: potentially uninitialized local variable 'hr' used 2018-01-19 11:38:01 +01:00
osgdistortion fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgdrawinstanced Changed the #extension enable 2019-07-25 14:58:17 +01:00
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 Warning fixes 2018-09-11 15:32:44 +01:00
osgforest Added ability to set which tree rendering techniques to build (via --featuers bitmask command line) and 2019-04-12 13:55:39 +01:00
osgfpdepth fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgframerenderer Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgfxbrowser Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osggameoflife Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osggeometry Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osggeometryshaders From KOS, build fix for osg::Uniform::Callback to osg::UniformCallback change 2015-06-03 09:07:41 +00:00
osggpucull Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osggpx Fixed -Wextra warnings 2016-06-08 11:30:35 +01:00
osggraphicscost Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osghangglide build/windows_clang 2020-07-21 17:37:24 +02:00
osghud Fixed shadows warnings 2016-05-26 11:13:56 +01:00
osgimagesequence Fixed unused parameter warning. 2016-06-08 11:31:11 +01:00
osgimpostor misc. typo fixes 2017-08-15 12:23:49 -04:00
osgintersection Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgkdtree Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgkeyboard Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgkeyboardmouse Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgkeystone Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osglauncher Added stats handler 2017-10-24 16:04:14 +01:00
osglight Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osglightpoint Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osglogicop Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
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 Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgmemorytest fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgmotionblur Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgmovie build/windows_clang 2020-07-21 17:37:24 +02:00
osgmultiplemovies Deprecated dirtyDisplayLists(), use established dirtyGLObjects() instead 2017-12-18 13:54:08 +00:00
osgmultiplerendertargets Added osg::Capability and Cabibilityi base classes to wrap up glEnable/glDisable + glEnablei/glDisablei functionality, with osg::Enablei and osg::Disablei concrete implementations. 2014-12-03 17:31:16 +00:00
osgmultitexture Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
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 fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgobjectcache Build fix 2017-03-30 12:45:25 +01:00
osgoccluder Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgocclusionquery Replaced old slow path deprecated_osg::Geometry code 2016-06-17 15:39:19 +01:00
osgoit Fixed shadows warnings 2016-05-26 11:13:56 +01:00
osgoscdevice Warning fixes 2018-09-11 15:32:44 +01:00
osgoutline Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgpackeddepthstencil Fix for build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION off 2008-11-25 15:57:27 +00:00
osgpagedlod Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgparametric Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgparticle Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgparticleeffects Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgparticleshader Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgpdf Cleaned up osgWidget::VncClient and osgWidget::Browser so that their implementations are all more consitent with the osgWidget::PdfReader. 2008-12-09 11:05:04 +00:00
osgphotoalbum Warning fixes 2018-09-11 15:32:44 +01:00
osgpick Replaced osgUtil::IntersectVisitor usage with osgUtil::InteresectionVisitor 2018-04-20 14:32:34 +01:00
osgplanets Fixed bug in setting the ratio value 2016-07-18 20:06:26 +01:00
osgpoints Fixed shadows warning 2016-05-26 15:07:02 +01:00
osgpointsprite Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgposter Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgprecipitation Typo fixes 2016-05-30 12:30:05 +01:00
osgprerender Renamed DrawableUpdate/Event/Cull callbacks to use new include/osg/Callback versions 2016-01-19 11:39:28 +00:00
osgprerendercubemap Fixed typo of SEPARATE enums 2015-04-13 11:48:28 +00:00
osgpresentation Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgreflect Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgrobot Typo fixes 2016-05-30 12:30:05 +01:00
osgsampler Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgscalarbar From Kristofer Tingdahl, "the vertical bar is upside down, and hence not as the documentation says it should be. This is corrected with this patch" 2014-01-28 11:01:28 +00:00
osgscreencapture Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgscribe Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgsequence Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgshadercomposition Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
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 Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgshadow build/windows_clang 2020-07-21 17:37:24 +02:00
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 fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgsimplegl3 osgsimplegl3: fix minor typo 2020-04-29 09:18:54 +01: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 From KOS, build fix for osg::Uniform::Callback to osg::UniformCallback change 2015-06-03 09:07:41 +00:00
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 build/windows_clang 2020-07-21 17:37:24 +02:00
osgslice fix examples context creation for X11 2018-09-11 08:40:02 +01:00
osgspacewarp Replaced deprecated osg::Geometry::set*Binding() usage. 2013-06-27 09:54:12 +00:00
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 Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute 2018-04-07 17:59:55 +01:00
osgstaticviewer replace more read*File() usage to readRef*File() 2017-11-28 19:51:31 +01:00
osgstereoimage Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgstereomatch Replaced deprecated osg::Shader::reaDShaderFile()/loadShaderFromSource() usage 2017-11-27 18:38:37 +00:00
osgteapot Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgterrain Added --equalize-boundaries -e command line option to call terrain->setEqualizeBoundaries(true) 2018-04-18 10:03:52 +01:00
osgtessellate Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgtessellationshaders Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgtext Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgtext3D Added test of picking 2019-07-15 16:13:57 +01:00
osgtexture1D Fixed unused parameter warning. 2016-06-08 12:16:58 +01:00
osgtexture2D Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgtexture2DArray Fixed unused parameter warning. 2016-06-08 12:21:51 +01:00
osgtexture3D Typo fixes 2016-05-30 12:30:05 +01:00
osgtexturecompression Code comments, log strings and some variable spell fixes. 2020-10-29 15:14:29 +00:00
osgtexturerectangle Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgthirdpersonview Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
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 From KOS, build fix for osg::Uniform::Callback to osg::UniformCallback change 2015-06-03 09:07:41 +00:00
osguniformbuffer change the design of BufferIndexBinding to work with BufferData instead of BufferObject 2017-08-24 03:28:55 +02:00
osgunittests Merge branch 'OpenSceneGraph-3.6' into build/windows_clang_3.6_target 2020-11-10 14:41:56 +00: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 Introduced CMake option OSG_PROVIDE_READFILE option that defaults to ON, but when switched to OFF disables the building of the osgDB::read*File() methods, 2015-10-22 13:42:19 +00:00
osgvertexattributes Fixed typo 2017-02-21 21:55:05 +01:00
osgvertexprogram Typo fixes 2016-05-30 12:30:05 +01:00
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 Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgviewerIPhone Improved iOS cmake support for xcode 9.4 and cmake 3.11 2018-12-10 08:22:36 -07:00
osgviewerMFC Fixed the position of the viewport for the camera 2018-06-18 19:38:27 +01:00
osgviewerSDL Added missing Camera::setDrawBuffer/setReadBuffer() 2018-03-06 16:54:57 +00:00
osgviewerWX build/windows_clang 2020-07-21 17:37:24 +02:00
osgvirtualprogram Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgvnc Fixed warning 2018-09-11 12:29:40 +01: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 From Jeremy Moles, updates to osgwidget examples. 2008-11-28 14:36:39 +00:00
osgwidgetprogress Replaced .osg with .osgt file usage 2011-06-14 16:54:20 +00:00
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 fix examples context creation for X11 2018-09-11 08:40:02 +01:00
CMakeLists.txt Improved iOS cmake support for xcode 9.4 and cmake 3.11 2018-12-10 08:22:36 -07:00