.. |
OpenThreads
|
Missed the printf define at the top of this file.
|
2016-12-02 08:07:15 -05:00 |
osg
|
Merge pull request #191 from LaurensVoerman/glExtentions
|
2017-01-27 15:15:39 +00:00 |
osgAnimation
|
Some spelling fixes in comments.
|
2016-10-05 18:10:46 +02:00 |
osgDB
|
Remove redundant handling of Geode in SharedStateManager
|
2017-02-03 17:35:40 +01:00 |
osgFX
|
Fixed method to match parent class.
|
2016-06-02 14:30:58 +01:00 |
osgGA
|
Improved the indentation and case to make the code more consistent and readable
|
2016-11-15 11:16:03 +00:00 |
osgManipulator
|
Added Dragger::applyAppropriateFrontFace(StateSet*) to make it easy to handle inverted matrices by toggling the FrontFace to sure the correct face is visible.
|
2016-11-11 17:18:13 +00:00 |
osgParticle
|
Removed unneccessary parameter
|
2016-10-11 11:29:29 +01:00 |
osgPlugins
|
Fix unused parameter warning
|
2017-02-03 17:45:22 +01:00 |
osgPresentation
|
added call to copy constructor for virtual base classes in copy constructor of derived classes, removed these for abstract classes
|
2016-08-29 10:41:40 +02:00 |
osgShadow
|
Added handling of zero divisor
|
2016-06-24 10:46:51 +01:00 |
osgSim
|
Fixed unitialized variable access to premature calling of computeMatrix().
|
2017-01-04 12:55:15 +00:00 |
osgTerrain
|
Fixed smallTile test as it was checking against <=2^14 rather than <2^16 which is more conservative than required for a ushort container
|
2017-01-07 13:03:22 +00:00 |
osgText
|
Refactored osgText so that it no longer uses GLBeginEndAdapter
|
2016-10-11 11:29:29 +01:00 |
osgUI
|
added call to copy constructor for virtual base classes in copy constructor of derived classes, removed these for abstract classes
|
2016-08-29 10:41:40 +02:00 |
osgUtil
|
Fix handling of in-scenegraph Drawables in MeshOptimizers
|
2017-02-03 17:48:18 +01:00 |
osgViewer
|
Blending out of local functions
|
2017-01-01 16:33:37 +01:00 |
osgVolume
|
Removed unused class
|
2017-01-16 17:18:58 +00:00 |
osgWidget
|
Fixed possible divide by zero
|
2016-06-23 08:23:32 +01:00 |
osgWrappers
|
Refactored osgParticle so that it natives support vertex arrays, vertex buffer objects and vertex array objects
|
2016-10-11 11:29:29 +01:00 |
CMakeLists.txt
|
Some spelling fixes in comments.
|
2016-10-05 18:10:46 +02:00 |