Björn Blissing
ed7d49c5d2
CleanUpOperation added to Viewer
...
Sometimes there is need to do cleanup with valid graphic contexts
before closing these contexts. The added operation runs a graphics
operation on each context before closing them.
2016-06-30 22:09:22 +02:00
Robert Osfield
876c4882a3
Fixed typo
2016-06-30 10:50:11 +01:00
Robert Osfield
72a80ee8cd
Added handling of null dynamic_cast
2016-06-30 10:17:23 +01:00
Robert Osfield
ba3eaa83e0
Added handling of null dynamic_cast
2016-06-30 10:08:29 +01:00
Robert Osfield
e2730d0b5c
Clean up clone
2016-06-30 10:03:51 +01:00
Robert Osfield
2a5098eacb
Added handling of null pointer
2016-06-30 10:01:18 +01:00
Robert Osfield
be26725867
Added handling of null dynamic_cast
2016-06-30 09:59:27 +01:00
Robert Osfield
a469d60ed2
Added handling of null dynamic_cast.
2016-06-30 09:54:13 +01:00
Robert Osfield
576a265095
Added handlng of null dynamic_cast
2016-06-30 09:52:10 +01:00
Robert Osfield
cbba625b07
Added null pointer handling
2016-06-30 09:48:44 +01:00
Robert Osfield
314deedcf5
Added better null pointer handling
2016-06-30 09:46:27 +01:00
Robert Osfield
9e8d09bffc
Improved error handling
2016-06-30 09:38:41 +01:00
Robert Osfield
6df325f651
Added handling of error return type
2016-06-30 09:29:32 +01:00
Robert Osfield
05d97aad28
Removed no longer used code
2016-06-30 09:09:54 +01:00
Robert Osfield
9b1107eb64
Improved check against number of bytes read
2016-06-30 08:27:49 +01:00
Robert Osfield
fec64f6d8c
Added handling of NULL pointer case
2016-06-30 08:23:51 +01:00
Robert Osfield
7f335fd528
Added handling of possible zero divisor
2016-06-30 08:20:31 +01:00
Robert Osfield
1a10795198
Added handling of possible zero divisor
2016-06-30 08:16:29 +01:00
Robert Osfield
77812b32e0
Added handling of potential zero divisor
2016-06-30 08:14:48 +01:00
Robert Osfield
1c2aeb3138
Added handling of NULL
2016-06-30 08:13:01 +01:00
Robert Osfield
73cdc67367
Addd handling of NULL
2016-06-30 08:02:29 +01:00
Robert Osfield
de6eb1d97e
Added handling of NULL
2016-06-30 07:59:51 +01:00
Robert Osfield
ac136d92e7
Added handling of NULL
2016-06-30 07:59:37 +01:00
Robert Osfield
1e0a187613
Added handling of out of memory
2016-06-30 07:50:40 +01:00
Robert Osfield
99a426d47d
Added better handling of nulls
2016-06-30 07:50:14 +01:00
Robert Osfield
fa14b5263e
Added initializer
2016-06-29 19:59:56 +01:00
Robert Osfield
a24cdb59de
Fixed handling of null pointer
2016-06-29 18:01:29 +01:00
Robert Osfield
fb537e089b
Cleaned up null pointer handling
2016-06-29 17:58:03 +01:00
Robert Osfield
274a197a82
Moved assignment to within safe block
2016-06-29 17:56:11 +01:00
Robert Osfield
d0bf7e8ce7
Added hanlding of null value
2016-06-29 17:51:32 +01:00
Robert Osfield
467054ba44
Added null pointer handling
2016-06-29 17:47:32 +01:00
Robert Osfield
625c559e8d
Added null pointer handling
2016-06-29 17:43:37 +01:00
Robert Osfield
8589d59520
Added handling of null pointer
2016-06-29 17:35:20 +01:00
Robert Osfield
47842987c5
Added null pointer check
2016-06-29 17:33:45 +01:00
Robert Osfield
9fe0c23af4
Added better handling of null istream
2016-06-29 17:31:16 +01:00
Robert Osfield
3c1d3b981c
Added null pointer handling
2016-06-29 17:29:28 +01:00
Robert Osfield
e3c48d9f45
Added handling of the possibility of null Options pointers
2016-06-29 17:06:48 +01:00
Robert Osfield
0876677fb2
Removed check against changed flag as check is aleady done outside the method so no need for a duplicate check
2016-06-29 16:07:39 +01:00
Julien Valentin
98b81821fb
fix in StateSet.cpp
...
the State::DefineMap::changed flag is not resetted to false after currentDefines are updated
2016-06-29 16:05:14 +01:00
Robert Osfield
990c04d4b9
Moved the scene related requiresUpdateSceneGraph() implementation details from View into Scene.
...
Added check against the ImagePager.
2016-06-29 15:34:11 +01:00
OpenSceneGraph git repository
48c1d0e8da
Merge pull request #81 from filnet/checkneedtodoframe
...
refactor common code from CompositeViewer::checkNeedToDoFrame() and Viewer::checkNeedToDoFrame() into View
2016-06-29 15:15:31 +01:00
Robert Osfield
00b1173e70
Added osg::ScissorIndexed that wraps up glScissorIndexed function
2016-06-29 15:11:02 +01:00
Robert Osfield
412e9fc3dd
Added osg::DepthRangeIndexed class to wrap up glDepthRangeIndexed functionality.
2016-06-29 12:28:28 +01:00
Laurens Voerman
af28adc01d
Added osgshadermultiviewport example to test and demonstrate the new osg::ViewportIndexed class
2016-06-29 11:39:44 +01:00
Robert Osfield
54dbf438cc
Fixed cast
2016-06-29 11:36:44 +01:00
Robert Osfield
e932c8e5e8
Added build of new osg::ViewportIndexed
2016-06-29 11:35:56 +01:00
Robert Osfield
e30b570b1f
Revert "Fixed incorrect cast" as commit contained more changes than intended.
...
This reverts commit 2897ab13cb
.
2016-06-29 11:34:20 +01:00
Robert Osfield
8d7d5d12a1
Added osg::ViewportIndexed that adds support for glViewportIndexed
2016-06-29 11:26:54 +01:00
Robert Osfield
2897ab13cb
Fixed incorrect cast
2016-06-29 11:25:08 +01:00
Laurens Voerman
ec74518868
Added glViewerArray, glSissorArray, glDepthRangeArray etc. GL extension support
2016-06-29 09:53:04 +01:00