Missing Controls file in version 3.7 #2649
-
I'm was using version 3.1.0 from vcpkg. I've now updated vcpkg and it seems to be using version 3.7. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
You need to enable the CMake option |
Beta Was this translation helpful? Give feedback.
-
Ok, and then obviously re-install in vcpkg? |
Beta Was this translation helpful? Give feedback.
-
OMG, there goes 2 hours 😆 |
Beta Was this translation helpful? Give feedback.
-
I have discovered a similar issue with the class MouseCoordsControlFactory. In your ExampleResources file, there is an #if 0 section that the class (and others) are now in. How do I get these to be available again? |
Beta Was this translation helpful? Give feedback.
-
Ok, cool, I'll do that. |
Beta Was this translation helpful? Give feedback.
You need to enable the CMake option
OSGEARTH_BUILD_LEGACY_CONTROLS_API
to get it.Look in
vcpkg/ports/osgearth/portfile.cmake
-- you can set it in thevcpkg_cmake_configure
command.