Commit Graph

16156 Commits (OpenSceneGraph-3.6)
 

Author SHA1 Message Date
AnyOldName3 597441ca33 Add option to treat all TGA files as TGA 1.0
5 years ago
Scott Giese 864b087b1f Ignore Visual Studio Code configuration
5 years ago
Philip Lamb 75d03de844 png and tiff plugins do not depend on C++ exceptions.
5 years ago
OpenSceneGraph git repository 1bd75f464a
Merge pull request #918 from LaurensVoerman/proxy-3.6
5 years ago
OpenSceneGraph git repository d501def836
Merge pull request #914 from LaurensVoerman/las_recenter
5 years ago
Robert Osfield cdbec116fa Added arguments to viwer construction to allow better command line control
5 years ago
Laurens Voerman 68c5e6e6ca fix bug in ProxyNode with DEFER_LOADING_TO_DATABASE_PAGER causing crash when children reorder during load.
5 years ago
Laurens Voerman 638069f93b ReaderWriterLAS recenter bug fixed, final batch of points was missed in translating the center point.
5 years ago
Robert Osfield a827840baf Updated ChangeLog
5 years ago
Robert Osfield 35f3876797 Updates for 3.6.5 release
5 years ago
Robert Osfield 2e0472ba7e Added mutex lock to avoid threading issues when glyphs are added to a Font from multiple threads
5 years ago
Robert Osfield 36e47d31bd Updates for 3.6.5-rc3
5 years ago
OpenSceneGraph git repository 994ea4d203
Merge pull request #911 from LaurensVoerman/FbxSdkFix
5 years ago
Robert Osfield 54ac72a126 Added explicit clean up removeView
5 years ago
Laurens Voerman 6559295768 Fix for older versions of fbxsdk without xml or zlib libraries, fix cmake multiconfig generators (msvc) with irrelevant CMAKE_BUILD_TYPE.
5 years ago
OpenSceneGraph git repository 9b41f260d9
Merge pull request #907 from DeadParrot/OpenSceneGraph-3.6
5 years ago
Stuart Mentzer 7a442801cd FBX plugin updates / PREFIX-NOTFOUND work-around
5 years ago
Robert Osfield f3c615631b Updater rc number for 3.6.5-rc2, and CHangeLog
5 years ago
Robert Osfield 62cd8850e2 Removed stray space
5 years ago
OpenSceneGraph git repository 14e7bc5a17
Merge pull request #902 from mp3butcher/oqn
5 years ago
OpenSceneGraph git repository 5ac3a982ae
Merge pull request #903 from dedowsdi/renderstage
5 years ago
dedowsdi a90a9a0a15 Add getPreRenderList getPostRenderList to RenderStage.
5 years ago
Daniel Trstenjak 995e849e8a OcclusionQueryNode: make all usages of 'updateDefaultQueryGeometry' thread safe
5 years ago
Daniel Trstenjak ddb72691bc OcclusionQueryNode: fix resetting to default query geometry
5 years ago
Daniel Trstenjak 817d92b703 OcclusionQueryNode: fix use case of user defined query geometry
5 years ago
Daniel Trstenjak 8fb5ba4a3f OcclusionQueryNode: reset the test result of the invalid geometry
5 years ago
Daniel Trstenjak 3ef5d2b331 OcclusionQueryNode: ensure a valid query geometry
5 years ago
Daniel Trstenjak c64b94da2e OcclusionQueryNode: ensure a consistent value for '_passed'
5 years ago
Robert Osfield 19cf8b46c3 Introduced a QueryGeometry::getQueryResult(const osg::Camera*) method as a more informative replacedment for QueryGeometry::getNumPixels().
5 years ago
OpenSceneGraph git repository 2568d1ac79
Merge pull request #900 from dedowsdi/fix_particle_rotation
5 years ago
dedowsdi 84ee98d9c4 Fix particle rotation.
5 years ago
Robert Osfield 49921bf300 Updated ChangeLog
5 years ago
Robert Osfield b063f510c1 Moved setting of isftream locale to Model::readOBJ(..) and Model::readMTL(..).
5 years ago
Robert Osfield 396cfca1ae Added explict setting of local to classic to avoid local platform settings affecting parsing
5 years ago
Robert Osfield aebc71a113 Updated README.md for 3.6.5-rc1
5 years ago
Robert Osfield d8896f4bcb Updated ChangeLog and set rc candidate 1 for 3.6.5-rc1
5 years ago
Robert Osfield b2b6ee952b Fixed warnings
5 years ago
Robert Osfield fbe4e1cf2f Fixed build warning due to auto_ptr<>
5 years ago
Robert Osfield 2b9c501e18 Fixed workaround for invalid indices
5 years ago
OpenSceneGraph git repository 3930621edc
Merge pull request #895 from openscenegraph/CurrentThreadId
5 years ago
Robert Osfield 9305485a11 Added commment explaining that OpenThreads::Thread::CurrentThread() return NULL on non OpenThreads thread.
5 years ago
Robert Osfield 9e75926338 Added support for using CurrentCodePage functionality with osgText::String
5 years ago
Robert Osfield d969516595 Added encoding and font setting to dxfText as a first step towards making these user controllable to enble handling of non default settings
5 years ago
Robert Osfield 457d12d9b2 Added creation of image directories when required
5 years ago
Robert Osfield 61c7ee76c5 Fixed handling of _autoScaleTransitionWidthRatio<=0.0
5 years ago
Robert Osfield 605821e655 Implemented TextBase::compileGLObjects() with handling of VAO/VBOs to address bugs associated with VAO usage of Text.
5 years ago
Robert Osfield d1ff16614c Added Thread::CurrentThreadId() method to wrap up thread id functionality in a more platform appropriate way.
5 years ago
OpenSceneGraph git repository 8551f25da0
Merge pull request #887 from limbolily/patch-1
5 years ago
limbolily 315031fa3b
Fix navagation error about Android GLES2 example.
5 years ago
Michael Danilov f4fe1e5cec Fix #877 "Shift key stuck if both shifts switch keymap"
5 years ago