Commit Graph

  • 15c6b7a196 remove include/osgQt from doxyfiles; add osgPresentation and osgUI Laurens Voerman 2018-06-14 14:31:28 +02:00
  • 9171f12069 Merge pull request #555 from emminizer/fix-noisy-flt-loading OpenSceneGraph git repository 2018-06-14 14:44:16 +01:00
  • acf359777e FLT: Missing optional attr files on textures no longer generates a console warning. Daniel Emminizer 2018-06-14 07:33:08 -04:00
  • a9f91a875b Changed version to 3.6.2 in prep for next release Robert Osfield 2018-06-14 08:54:21 +01:00
  • 4665a2f033 To handle calling Array::setBinding() after Geometry::set*Array() call, to the Geometry::addVertexBufferObjectIfRequired(osg::Array* array) added treatment of array->getBinding()==Array::BIND_UNDEFINED as BIND_PER_VERTEX as a safe fallback. Robert Osfield 2018-06-14 08:51:00 +01:00
  • 673292b995 Moved Stae::setUseVertexAttributeAliasing(bool) implementation to .cpp an added call to _globalVertexArrayState->assignAllDispatchers(); to ensure state is consistent Robert Osfield 2018-06-13 12:23:29 +01:00
  • b1d64ee476 Updated LICENSE to use the WxWidgets-3.1 and updates to the LGPL-2.1-only that updates addresses and tighten up language used. Robert Osfield 2018-06-03 10:27:00 +01:00
  • 5fb1e9c120 Removed deprecated xine plugin to simplify licensing (xine plugin is GPL'd) Robert Osfield 2018-05-31 15:11:19 +01:00
  • 801069d4cc As the author of all the files in osgPresentation and present3D have rectified the license notices to reflect their intended license rather than histoical license they had prior to being merged into the OpenSceneGraph project. OSGPL was always intended but missed during merge. Replaced the GPL notices with OSGPL usge in present3D and include/osgPresentation as this was intended when Present3D was merged back into OpenSceneGraph but missed. Robert Osfield 2018-05-31 14:45:37 +01:00
  • d3706a24e4 Updated for 3.6.1 OpenSceneGraph-3.6.1 Robert Osfield 2018-05-28 08:58:21 +01:00
  • 0a4a31d17b Notify: silence warning about unused argument Philippe Renon 2018-05-27 14:21:57 +02:00
  • 3838267770 Updated ChangeLog Robert Osfield 2018-05-23 19:54:10 +01:00
  • 2c39714dff Updates for 3.6.1-rc7 Robert Osfield 2018-05-23 19:53:12 +01:00
  • 4291636619 Updated REMOVE_SERIALIZER( ImageAttachment ); block to use 154 version to retain compatibility with binaries made with 153 SOVERSION prior to the Imageattachement change Robert Osfield 2018-05-23 17:02:28 +01:00
  • 189e4e3a64 Implemented StateGraph reuse in in scene graph Canera's RenderStage. Robert Osfield 2018-05-23 14:30:31 +01:00
  • a6ef1cd66b Fixed warning of RenderLeaf's having multiple references in CullVisitor::createOrReuseRenderLeaf() but forcing a clean up of the StateGraph at the end of RenderStage::draw() Robert Osfield 2018-05-23 14:13:27 +01:00
  • f2012eeeb8 Added check to make sure that glEnablei and glDisablei are only called when the capability is non zero to fix GL invalid value error. Robert Osfield 2018-05-23 07:47:15 +01:00
  • e2aeab2b60 Fixed type of Timer_t under Windows Robert Osfield 2018-05-23 06:32:42 +01:00
  • dce4b81728 Updates for rc6 Robert Osfield 2018-05-22 09:04:48 +01:00
  • e4adb509e0 osgText: perform pixel size computation in double-precision to prevent coordinate jitter gwaldron 2018-05-21 13:26:04 -04:00
  • eae5f9b958 Moved the rotation to before the scale Robert Osfield 2018-05-21 18:14:18 +01:00
  • 9c6951e4ba Fixed typos Robert Osfield 2018-05-21 13:18:29 +01:00
  • dce6684c59 Restored the REGISTER_WINDOWINGSYSTEMINTERFACE macro to the include/osg/GraphicsContext header and removed the OSGVIEWER_EXPORT as this was causing compatibility issues with osgQt. Robert Osfield 2018-05-21 13:10:40 +01:00
  • 43058ac1d5 Updated ChangeLog and README.md for rc5 Robert Osfield 2018-05-20 13:39:44 +01:00
  • 55c0afbe3a Restructed SCREEN auto scaling so that it's removes the rotation of the modelview matrix so that the XY coords of the text map directly to window xy coords for all text alignment types Robert Osfield 2018-05-20 13:22:58 +01:00
  • b34461febe Updates in prep for 3.6.1-rc5 Robert Osfield 2018-05-18 15:49:28 +01:00
  • e3c47b60e0 Moved REGISTER_WINDOWINGSYSTEMINTERFACE from include/osg/GraphicsContext to include/osgViewer/GraphicsWindow and added OSGVIEWER_EXPORT Robert Osfield 2018-05-18 14:58:53 +01:00
  • 7602b868f4 Added GL_RED and GL_RG support to _readColor()/Image::getColor(); Robert Osfield 2018-05-18 13:53:39 +01:00
  • 880a100a60 Cleaned up the WindowingSystemInterface registration Robert Osfield 2018-05-18 12:52:50 +01:00
  • 3b563ab21b Fixed create of graphics context by explicting adding USE_GRAPHICSWINDOW to force the WindowingSystemInterface to initialize Robert Osfield 2018-05-18 12:47:34 +01:00
  • a86c6dc2c6 Quitened down unsupport compression output when passing in a file with a non rgb extension Robert Osfield 2018-05-18 12:42:20 +01:00
  • 1476f829c4 Introduced a local StateGraph hierarchy into CullVisitor::apply(osg::Camera&) and RenderBin to fixed RTT Camera bug where multiple RTT Camera end up with the rendering back end results assigned to them which occured when RTT Camera's share the same StateSet or null StateSet. Robert Osfield 2018-05-18 10:00:10 +01:00
  • 26acc9a6b1 Fixed support for update and event callbacks on StateSet/Uniform/StateAttributes on View(er) Cameras. Robert Osfield 2018-05-14 09:34:04 +01:00
  • 510a231e14 Renamed the counter used to enable traversal order sorting Robert Osfield 2018-05-14 08:43:08 +01:00
  • 3bbbbd07ea Improved the handling of precision Robert Osfield 2018-05-14 08:24:02 +01:00
  • 640b03b671 Fixed crash when using ShapeDrawable with a TriangleMesh or ConvexHull shape due to missing texture coords Robert Osfield 2018-05-13 11:52:06 +01:00
  • 7a3e0445ba Updated for rc Robert Osfield 2018-05-13 09:23:38 +01:00
  • 00a946bc2e Removed _traverseNumber variable that was duplicating the one in NodeVisitor base class Robert Osfield 2018-05-13 09:18:31 +01:00
  • 66251abd38 Updates for 3.6.1-rc4 Robert Osfield 2018-05-12 12:47:08 +01:00
  • 312ce9ad05 Build fixes for OSG_USE_REF_PTR_IMPLICIT_OUTPUT set to OFF Robert Osfield 2018-05-12 12:41:42 +01:00
  • 362e355db2 Rewrote TextBase::computeMatrix(..) computation of the scaling factor with slower but easier to understand and more robust code Robert Osfield 2018-05-12 11:40:25 +01:00
  • cf2e3227cc Removed use of deprecated cmake policy Robert Osfield 2018-05-12 07:51:51 +01:00
  • 01f69e6b10 Moved constructors and destructors to .cpp Robert Osfield 2018-05-11 11:15:45 +01:00
  • a211ea4e68 Revert "Moved the Options constructors and destructor implementaions into the cpp to make it easier to do debugging" Robert Osfield 2018-05-11 11:11:48 +01:00
  • fcde92ad89 Fixed crash the occurred when passing in a osgDB::Options to the ObjectCache that doesn't have any references to it. Robert Osfield 2018-05-11 09:00:22 +01:00
  • 0fc7aa8cc0 Moved the Options constructors and destructor implementaions into the cpp to make it easier to do debugging Robert Osfield 2018-05-11 08:58:30 +01:00
  • be363ef8d4 Fixed build when OSG_ENVVAR_SUPPORTED is disabled and quietened down warnings using OSG_UNUSED* macros Robert Osfield 2018-05-10 18:58:29 +01:00
  • b1daa6a693 Changed the ordering of the build include directory and the source include directory to avoid build issues on systems where a different version of the OSG has been built in-source then another built out-of-source resulting in conflicts Robert Osfield 2018-05-10 18:50:17 +01:00
  • 05793cb104 Fixed typo Robert Osfield 2018-05-10 16:59:56 +01:00
  • a5c421863e Updates for 3.6.1-rc3 Robert Osfield 2018-05-06 07:47:23 +01:00
  • e79edabf98 Restructed the handling of SCREEN_COORD scaling to better handle window resizing Robert Osfield 2018-05-05 15:47:28 +01:00
  • d95993554e Added C++ specific path for calling std::map<>::erase() to avoid issues with std::map<>::erase implementation that invalidates iterators Robert Osfield 2018-05-05 12:31:00 +01:00
  • f49e1d32c9 Replaced std::auto_ptr<> usage as it's deprecated in C++11 and will be removed in C++17 Robert Osfield 2018-05-05 12:28:45 +01:00
  • a15d4532fa Merge pull request #545 from emminizer/fix-gl3-text-bad-mode OpenSceneGraph git repository 2018-05-04 16:11:31 +01:00
  • 27955ae8e9 Text only applies GL_TEXTURE_2D modes when fixed function is available. Prevents GL3 Core Profile console spam. Daniel Emminizer 2018-05-04 06:44:13 -04:00
  • c078968f66 Added non const version of State::getActiveDisplaySettings() Robert Osfield 2018-05-04 10:54:02 +01:00
  • f90edd0d9f Added check for null to prevent null entries getting into the cache Robert Osfield 2018-05-04 09:44:43 +01:00
  • 62a9f87f45 Added osg::MakeString class to make it easier to create std::string's using std::ostream style << usage. Robert Osfield 2016-11-18 14:56:05 +00:00
  • f510613d55 Fixed null pointer warning Robert Osfield 2018-05-04 09:22:54 +01:00
  • 645704dfd3 Check existence of path before reading image Björn Blissing 2018-05-03 12:56:08 +02:00
  • 13d56b8b37 Updated ChangeLog Robert Osfield 2018-05-02 09:14:04 +01:00
  • c5990c4f65 Updates for the 3.6.1-rc2 Robert Osfield 2018-05-02 09:10:54 +01:00
  • 94c4baccad Updated SO version to reflect change in ABI Robert Osfield 2018-04-30 11:55:17 +01:00
  • bb1e208d30 Merge pull request #542 from psyinf/fix_particle_system_header OpenSceneGraph git repository 2018-04-30 11:44:02 +01:00
  • fce55993bc FIX: <osgParticle> removed unimplemented functions from header Sebastian Messerschmidt 2018-04-30 11:16:02 +02:00
  • 31c9dbc881 Fixed particle update bug where a ParticleSystem wouldn't start when loaded during the frame loop due to the _last_frame value not being set. Robert Osfield 2018-04-27 11:23:07 +01:00
  • c9b0fcaa32 Updated ChangeLog, README.md and rc number for 3.6.1-rc1 Robert Osfield 2018-04-26 10:21:53 +01:00
  • 37a63d37e2 Split up #pragma so that there only three parameters per line to aovid Intel driver bug crash Robert Osfield 2018-04-26 09:49:35 +01:00
  • 1daacced5a Renamed text.vert and text.frag to osgText_Text.vert and .frag to avoid name overlapping with user shaders. Robert Osfield 2018-04-26 09:36:52 +01:00
  • cea33e40df add wrapper for osg::DrawIndirectBufferObject Julien Valentin 2018-04-25 09:48:02 +01:00
  • 2b3ac015bb Renamed CMake variable + C++ #define to OSG_GL_CONTEXT_VERSION Robert Osfield 2018-04-24 17:05:03 +01:00
  • 1aa0a80de7 Added OSG_GL_CONTEXT_STRING cmake variable to set include/osg/GL headers that sets Traits::glContextVersion. Robert Osfield 2018-04-24 16:22:13 +01:00
  • 4dd1156444 Merge pull request #537 from openscenegraph/revert-536-default-gl3-context OpenSceneGraph git repository 2018-04-24 15:38:02 +01:00
  • c10f298dc6 Revert "When GL3 build is enabled, default context requested is version 3.3, …" OpenSceneGraph git repository 2018-04-24 15:37:44 +01:00
  • e8c0033f5f Merge pull request #536 from emminizer/default-gl3-context OpenSceneGraph git repository 2018-04-24 15:36:11 +01:00
  • 31c29f4318 Refactored the handling of glyph and shadow alpha values to make the text and shadow clearer for fonts with narrow glyphs Robert Osfield 2018-04-24 15:33:03 +01:00
  • e0be94389e Refactored the handling of text bounding box to provide more stable bounding box computation Robert Osfield 2018-04-24 13:52:53 +01:00
  • d660b29ef0 When GL3 build is enabled, default context requested is version 3.3, enabling core profile by default. Daniel Emminizer 2018-04-24 06:31:32 -04:00
  • 490d3a8f21 Small fix for uncaught typo. Alberto Luaces 2018-04-20 21:16:46 +02:00
  • 02c310982e Fix typos and spelling. Alberto Luaces 2018-04-20 18:18:22 +02:00
  • c3008512f1 Merge pull request #534 from emminizer/fix-msvc-includes OpenSceneGraph git repository 2018-04-23 11:02:03 +01:00
  • 22d2fae30c Fix includes for MSVC 2015 build. Daniel Emminizer 2018-04-20 13:16:43 -04:00
  • dac9ed17f1 Updated ChangeLog Robert Osfield 2018-04-20 15:58:27 +01:00
  • 709194c88c Replaced osgUtil::IntersectVisitor usage with osgUtil::InteresectionVisitor Robert Osfield 2018-04-20 14:32:34 +01:00
  • 8de8af6850 Removed TriStripVisitor for default set of Optimizer passes as it doesn't generate efficient scene graphs Robert Osfield 2018-04-20 10:24:17 +01:00
  • 7bda8083fb Added osgUtil::optimizeMesh(osg::Node* node) convinience method Robert Osfield 2018-04-20 09:57:04 +01:00
  • a082b57c3f Removed usage of the osgUtil::TriStripVisitor is it generates osg::Geometry that perform very poorly when using VBO and VAO's vs GL DisplayLists. With DisplayLists being deprecated in GL and VBO and VAO becoming standard it's best to standardize on using the osgUtil::MeshOptimizers instead of TripStrupVisitor Robert Osfield 2018-04-20 11:42:31 +01:00
  • 547340659f Fixed the set*Binding() methods so that they assign BufferObjects when required Robert Osfield 2018-04-19 19:43:14 +01:00
  • 29d12ddcbc Fixed messages Robert Osfield 2018-04-19 19:42:51 +01:00
  • f95fdd4d4e Fixed the GLBufferObject size computation so that it takes into account padding. Robert Osfield 2018-04-19 19:41:51 +01:00
  • bf6db4eee7 Replaced the use of osgUtil::TriStripVisitor with ogUtil::MeshOptimizer usage to improve performance. Fixed set setColorArray assignement to pass in the color binding Robert Osfield 2018-04-19 19:36:19 +01:00
  • fe39589771 Fixed the handle of boundary equalization Robert Osfield 2018-04-18 10:02:43 +01:00
  • d88f0c4cd1 Added --equalize-boundaries -e command line option to call terrain->setEqualizeBoundaries(true) Robert Osfield 2018-04-18 09:33:12 +01:00
  • a2a026e116 Updated version number in prep for future 3.6.1 release. Robert Osfield 2018-04-16 17:53:38 +01:00
  • 38ad6ed3b3 Fixed inline Drawable::draw(..) method Robert Osfield 2018-04-16 15:08:24 +01:00
  • 9d72bf4712 Fixed Geometry::drawImplmentation() handling of VBO's to prevent them from being used when display lists are used. Robert Osfield 2018-04-16 15:05:11 +01:00
  • 15429198b8 Replaced osgViewer::GraphicsWindow dynamic_cast as it's not neccessary. Robert Osfield 2018-04-15 08:25:57 +01:00
  • 3da4a5e503 Fixed typo OpenSceneGraph-3.6.0 Robert Osfield 2018-04-07 18:35:19 +01:00
  • 7ab1208c65 Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute Robert Osfield 2018-04-07 17:59:55 +01:00
  • 7c7a904315 Updated ChangeLog Robert Osfield 2018-04-07 07:19:14 +01:00