- OpenSceneGraph 3.0: Beginner's Guide
- Rui Wang Xuelei Qian
- 64字
- 2025-03-31 05:25:15
Generating packages using Visual Studio
The Microsoft Visual Studio IDE provides a truly high-end compiler that is used for building binaries from source code under Windows. It uses a solution file (.sln) to organize a set of projects. CMake will generate an OpenSceneGraph.sln
file at the root of the build directory. Open the solution file and start building OSG with the Visual Studio compiler.