Commit Graph

15559 Commits (3da4a5e50382076a9b7e27c80c2445dd8e59c3ed)
 

Author SHA1 Message Date
Robert Osfield 3da4a5e503 Fixed typo
7 years ago
Robert Osfield 7ab1208c65 Renamed osg::ComputeDispatch to osg::DispatchCompute to make sure the nameing between GL and OSG is consistent i.e glDispatchCompute -> osg::DispatchCompute
7 years ago
Robert Osfield 7c7a904315 Updated ChangeLog
7 years ago
Robert Osfield d3c0a90a3c Updated for rc7
7 years ago
Robert Osfield 6bfca1582e Refactored the way that margin is applied to the text buounding box to prevent growth of the bounding box each time Text::setPosition() is called.
7 years ago
Robert Osfield ba4624c437 Updated ChangeLog
7 years ago
Robert Osfield c9cce01868 Update ChangeLog
7 years ago
Robert Osfield 1866b5ca44 Updated for rc6
7 years ago
Robert Osfield 1145b84f8b Fixed warning
7 years ago
Robert Osfield 36f891c6cd Changed TextBase::setAlignment() to use computeGlyphRepresentation(); rather than computePositions(); to address issues seen with calling Text::setAlignment() after calls to Text::setText()
7 years ago
Robert Osfield d1c54223cb Added osgtext --alignment test to look the effect of calling Text::setAlignent() before and after the Text::setText().
7 years ago
OpenSceneGraph git repository 0ce3131ffd
Merge pull request #525 from emminizer/fix-windows-export
7 years ago
Daniel Emminizer 3d8cc71601 osgDB: Added missing extern OSGDB_EXPORT.
7 years ago
Robert Osfield 914e60a872 Quietened down debug message output for osgText shader setup and Drawable::createVertexArrayStateImplementation
7 years ago
Robert Osfield 4cb697205e Changed DisplaySettings::setShaderHint(..) messages to INFO
7 years ago
Robert Osfield 5d54697c29 Updated ChangeLOG and news
7 years ago
Philippe Renon edbca390ed mingw: fix compile error in GraphicsWindowWin32.cpp
7 years ago
Ralf Habacker d468cae86b Remove duplicated and incorrect fetching of 'map_bump' attributes in obj plugin
7 years ago
Robert Osfield 4136621e93 Updated ChangeLog for rc5
7 years ago
Robert Osfield 9168b6e5de Fixed threading crash in osgFX that occurred when an osgFX node is added to the scene being rendered in multiple threaded windows.
7 years ago
Robert Osfield 74e74d76d9 Added focus classifiction of handling of keyboard events
7 years ago
Robert Osfield b8b105b54e Added EventHandler to report key and mouse events for debugging purposes
7 years ago
Robert Osfield 3be15a310e Added -4 command line entry that creates two seperate windows within CompositeViewer
7 years ago
Frank Bausch ceed09afea When testing XYZ/ECEF coordinate values that convert to LLA points with latitude = 90.0 or latitude = -90.0, the heights calculated by EllipsoidModel::convertXYZToLatLongHeight have substantial errors. With the provided change, points at the pole are handled more correctly. This has been tested against US NGA GoldData.
7 years ago
Robert Osfield 7541bc9d48 Updated rc to 5
7 years ago
OpenSceneGraph git repository 23c3ea4ecc
Merge pull request #518 from emminizer/fix-scroll-event
7 years ago
Robert Osfield 419c351862 Updated rc number to 4
7 years ago
Robert Osfield 2746f50a7c Updated ChangeLog and NEWS for rc3
7 years ago
Thomas Hogarth 7c57dd04de missing gles2 check
7 years ago
Daniel Emminizer 59eae3260d CompositeViewer: SCROLL event now only goes to view with focus. Includes minor typo fixes.
7 years ago
Robert Osfield f9f475d76d Added a ShadowTechniue::setShadowedScene() virtual method to make it possible to implement techniques as fascades to other techniques
7 years ago
Andreas Ekstrand e888e9621c The attached code (from the 3.6 branch) adds a keepSeparatePoints option to the SHP plugin which makes it possible to avoid merging point features into multi-points, in case you e.g. need to keep separate point attributes.
7 years ago
Robert Osfield 3450b9fee8 Removed osgShadow::ShadowVolume as it functionality isn't functional
7 years ago
OpenSceneGraph git repository d0f891ca31
Merge pull request #516 from eligovision/OpenSceneGraph-3.6_program
7 years ago
Konstantin S. Matveyev 41f5157c1e osg::Program's compileGLObjects and apply methods fixed for OSG without OSG_GL_FIXED_FUNCTION_AVAILABLE
7 years ago
Robert Osfield f71513cab5 Rewrote the handling of AutoTransform::setAutoScaleToScreen(bool) functionality so that is disabling CullingActive when switched on.
7 years ago
Robert Osfield 6c055e3400 Added __VERSION__<140 check for usage of gl_ClipVertex to avoid GL3 core profile usage issues
7 years ago
Robert Osfield 7ed0389051 Restructured merge geometry code to make it easier to follow
7 years ago
Robert Osfield 2946ea0759 Fix for MergeGeometryVsiitor bug. Restructured the processing the merge geometry list to avoid missing geometries that aren't binned along with other geometries.
7 years ago
Robert Osfield 589905fc38 Removed stray CMAkeLists.txt from TARGET_SRC list
7 years ago
Andreas Ekstrand 4cdca85699 Small fix (from the 3.6 branch) in the osgjs plugin, avoiding a double addition of the CullFace attribute when it has been turned off. This resulted in an empty json object in the osgjs file causing warnings in osgjs.
7 years ago
Robert Osfield 363a933f25 Updated NEWS and ChangeLog for 3.6.0-rc3
7 years ago
Robert Osfield d0f7b85ae0 Fixed build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
7 years ago
Robert Osfield 9d5a22a0aa Added suport for writing to gl_ClipVertex
7 years ago
Robert Osfield 88e8b1ede0 To osgclipe example added --text textstring and --simple command line options to test mixing text and clipping
7 years ago
Robert Osfield f54403284f Changed Layer::get*Value(..) methods to const
7 years ago
Robert Osfield 79b181f9c9 Fixed double calling of TerrainTechnique::init().
7 years ago
Robert Osfield 9526a3c35d Maded TerrainTechnique::setTerrainTile(..), addNeighbour(..), removeNeighbour(..) and containsNeighbour(..) virtual and public to enable implementation of TerrainTechnique that act as a facade to actual TerrainTechnique implementations.
7 years ago
Robert Osfield 86b57d552f Updated RC number to 3
7 years ago
Robert Osfield aae5f87d13 Fixed osgDB::findFileInDirectory() handling of directory strings with trailing \ or / that was causing failure to find valid files in otherwise valid directories
7 years ago