mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
ad84e51a04
from osg 3.5.3 and osgearth 2.7 the osg upgrade allows removal of the Qt dependency this means that we don't need to recompile osg and osgearth for all OSes each time we upgrade Qt :)
12 lines
592 B
Diff
12 lines
592 B
Diff
--- OpenSceneGraph-OpenSceneGraph-3.5.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp 2017-02-24 13:09:52.785969600 +0100
|
|
+++ OpenSceneGraph-OpenSceneGraph-3.5.5/src/osgPlugins/3ds/ReaderWriter3DS.cpp.orig 2017-02-24 13:01:55.130353400 +0100
|
|
@@ -619,7 +619,7 @@
|
|
{
|
|
// add our geometry to group (where our children already are)
|
|
// creates geometry under modifier node
|
|
- processMesh(drawStateMap,group,mesh,meshAppliedMatPtr);
|
|
+ processMesh(drawStateMap,meshTransform,mesh,meshAppliedMatPtr);
|
|
return group;
|
|
}
|
|
else
|