.. |
OpenThreads
|
Missed the printf define at the top of this file.
|
2016-12-02 08:07:15 -05:00 |
osg
|
Merge pull request #197 from scrawl/geodefix
|
2017-02-03 18:03:13 +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
|
osgManipulator: Constraint: snap_point_to_grid wants Vec3d instead of Vec3
|
2017-02-16 10:37:03 -05:00 |
osgParticle
|
Removed unneccessary parameter
|
2016-10-11 11:29:29 +01:00 |
osgPlugins
|
allow library names liblas.lib and liblas_c.lib;fix include dirs typo; link only liblas_c in plugin.
|
2017-02-24 16:21:20 +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
|
Fix handling of in-scenegraph Drawables in osgShadow
|
2017-02-03 18:08:16 +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
|
Remove seemingly redundant handling of Geode in GLObjectsVisitor
|
2017-02-03 18:10:37 +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
|
split travis-ci apple build into two jobs to avoid job time limit.
|
2017-02-03 10:01:15 +01:00 |