Robert Osfield
146fe3e294
Fixed threading crash in osgFX that occurred when an osgFX node is added to the scene being rendered in multiple threaded windows.
2018-04-04 15:09:43 +01:00
Robert Osfield
1f56d4905f
Added focus classifiction of handling of keyboard events
2018-04-04 13:40:51 +01:00
Robert Osfield
38534c453a
Added EventHandler to report key and mouse events for debugging purposes
2018-04-04 13:40:06 +01:00
Robert Osfield
fdc7d225a0
Added -4 command line entry that creates two seperate windows within CompositeViewer
2018-04-04 12:26:53 +01:00
Frank Bausch
72ab22e539
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.
2018-04-04 08:50:39 +01:00
Daniel Emminizer
10f000f043
CompositeViewer: SCROLL event now only goes to view with focus. Includes minor typo fixes.
2018-04-03 17:20:54 +01:00
OpenSceneGraph git repository
75aed8c309
Merge pull request #517 from tomhog/master
...
missing gles2 check
2018-04-03 15:34:20 +01:00
Robert Osfield
a34df91de7
Added a ShadowTechniue::setShadowedScene() virtual method to make it possible to implement techniques as fascades to other techniques
2018-04-03 15:29:54 +01:00
Thomas Hogarth
f1b2a4a968
missing gles2 check
2018-04-03 13:58:22 +01:00
Andreas Ekstrand
110b9e95dd
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.
...
It also contains a fix in the Xbase DBF parser, converting a numeric shape attribute to double instead of integer. As stated in e.g. https://en.wikipedia.org/wiki/.dbf the numeric field can contain decimals.
2018-04-03 12:42:37 +01:00
Konstantin S. Matveyev
6cd00edd6c
osg::Program's compileGLObjects and apply methods fixed for OSG without OSG_GL_FIXED_FUNCTION_AVAILABLE
2018-04-03 12:22:34 +01:00
Robert Osfield
b920d482c7
Removed osgShadow::ShadowVolume as it functionality isn't functional
2018-04-03 11:35:31 +01:00
Robert Osfield
5c48904626
Rewrote the handling of AutoTransform::setAutoScaleToScreen(bool) functionality so that is disabling CullingActive when switched on.
2018-04-02 18:26:26 +01:00
Robert Osfield
11230c3f0b
Added __VERSION__<140 check for usage of gl_ClipVertex to avoid GL3 core profile usage issues
2018-04-02 16:21:20 +01:00
Robert Osfield
98c147ff9e
Restructured merge geometry code to make it easier to follow
2018-04-02 14:08:47 +01:00
Robert Osfield
972d80daf9
Fix for MergeGeometryVsiitor bug. Restructured the processing the merge geometry list to avoid missing geometries that aren't binned along with other geometries.
2018-04-02 11:44:03 +01:00
Robert Osfield
d8281257a7
Removed stray CMAkeLists.txt from TARGET_SRC list
2018-04-01 10:41:26 +01:00
Andreas Ekstrand
b8dab29562
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.
2018-04-01 10:18:45 +01:00
Robert Osfield
683e201dd7
Fixed build with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
2018-03-30 16:34:51 +01:00
Robert Osfield
b6888f7914
Added suport for writing to gl_ClipVertex
2018-03-30 15:28:32 +01:00
Robert Osfield
bd80a1f687
To osgclipe example added --text textstring and --simple command line options to test mixing text and clipping
2018-03-30 15:28:24 +01:00
Robert Osfield
f02c556874
Changed Layer::get*Value(..) methods to const
2018-03-30 12:39:52 +01:00
Robert Osfield
751d7e8335
Fixed double calling of TerrainTechnique::init().
2018-03-29 11:38:04 +01:00
Robert Osfield
1e05e04a05
Maded TerrainTechnique::setTerrainTile(..), addNeighbour(..), removeNeighbour(..) and containsNeighbour(..) virtual and public to enable implementation of TerrainTechnique that act as a facade to actual TerrainTechnique implementations.
2018-03-29 11:35:34 +01:00
Robert Osfield
7c3006f5ff
Fixed osgDB::findFileInDirectory() handling of directory strings with trailing \ or / that was causing failure to find valid files in otherwise valid directories
2018-03-28 11:34:52 +01:00
OpenSceneGraph git repository
15e2f0ae00
Merge pull request #511 from Haojia521/master
...
OutputStream writes images using its Options object
2018-03-28 09:04:46 +01:00
Haojia Yu
90e95ff63d
OutputStream writes images using its Options object
...
when writing images, OutputStream can search files using its Options object rahter than always using FilePathList object of global Regidtry instance.
2018-03-27 18:56:38 +08:00
Konstantin S. Matveyev
b96587cead
GraphicsWindowIOS: multithreaded viewer's mode support added; updated for iOS-11 SDK; view rotations fixed; GLES2, GLES3 preprocessors fixed; tested on iPhone4 and upper
2018-03-27 08:49:01 +01:00
Konstantin S. Matveyev
c87c78bfdd
VertexArrayState: typo fixed in log
2018-03-27 08:48:50 +01:00
Konstantin S. Matveyev
1f073e6bea
Write support with .curl pseudo extension added
2018-03-27 08:48:30 +01:00
Haojia Yu
fa8f186519
Merge pull request #2 from openscenegraph/master
...
merge new code form source
2018-03-27 15:32:51 +08:00
OpenSceneGraph git repository
af0c3eb41d
Merge pull request #505 from hwiesmann/master
...
Removal of compiler warnings caused by integer conversions
2018-03-26 07:32:15 +01:00
Hartwig
1b3928a017
Removal of compiler warnings caused by integer conversions
...
In most systems today sizeof(size_t) is larger than sizeof(GLsizei). Therefore, the inclusion of GLExtensions may introduce a lot of compiler warnings as array.size() (of type size_t) is passed to a function with a parameter of type GLsizei.
2018-03-25 19:04:10 +02:00
Robert Osfield
aa69f50933
Re-ordered the creating of the DatagbaseThread to avoid startThread being called twice.
2018-03-25 12:17:18 +01:00
Robert Osfield
1224f40011
Added check if thraeding is running before executing start thread.
2018-03-25 12:17:07 +01:00
Haojia Yu
966bf6239d
Merge pull request #1 from openscenegraph/master
...
merge new code from source
2018-03-25 10:05:25 +08:00
Robert Osfield
f492d2c923
Updated AUTHORS
2018-03-24 18:17:14 +00:00
Robert Osfield
be40f58e58
Updated ChangeLog, AUTHORS and Controbitors for 3.6.0-rc1
2018-03-24 18:05:29 +00:00
Robert Osfield
a73f4fca1c
Added new features in 3.6 to NEWS release
2018-03-24 18:05:10 +00:00
Robert Osfield
d34d5ce3bc
First step for 3.6 stable release news
2018-03-24 18:04:57 +00:00
Robert Osfield
8ae8966177
Fixed read shader to safer ref version
2018-03-24 11:25:19 +00:00
Robert Osfield
88b7526a83
Fixed spotlight colour mixing
2018-03-24 11:00:01 +00:00
OpenSceneGraph git repository
097d3ab4ed
Merge pull request #502 from Haojia521/OutputStreamUseTargertSoVersion
...
write binary file with a specific so version
2018-03-23 20:08:37 +00:00
Robert Osfield
837200ae08
Removed serailizers that are now supplied by osg::Node
2018-03-23 20:07:43 +00:00
Robert Osfield
deef029823
Fixed member variable names to avoid conflicts with osg::Node
2018-03-23 20:07:08 +00:00
Robert Osfield
9797b0f56c
Removed Drawable writing out of StateSet as this is now done by Node
2018-03-23 20:06:44 +00:00
OpenSceneGraph git repository
22148711f8
Fixed indentation
2018-03-23 17:09:56 +00:00
OpenSceneGraph git repository
c40a0ded53
Fixed indentation
2018-03-23 17:04:30 +00:00
OpenSceneGraph git repository
c6d092a744
Fixed indentation
2018-03-23 17:01:15 +00:00
OpenSceneGraph git repository
4c3141b62e
Fixed indentation
2018-03-23 17:00:00 +00:00