-
### Operating system
Windows 10 x64
### Compiler
VS 2019
### Steps to reproduce the behavior
1. add 'set(osg_OPENGL_PROFILE GLES2+GLES3)' to file '.\vcpkg\triplets\x64-windows.cmake'
2. call cmd …
-
Not really sure if it is worth porting, but since it's a fairly reputable graphics API, it may be useful to some people wanting to use OSG in games and what not.
-
I get the osg-qt.
find_package(OpenSceneGraph REQUIRED osgQt osgDB osgGA osgUtil osgText osgViewer osgWidget OpenThreads)
can only found osgQt.lib, but the result of compiled is osgQt5.lib
so I …
-
After running "conan install %SKYBOLT_SOURCE% --install-folder=%SKYBOLT_BUILD% -o openscenegraph-mr:shared=True -o enable_python=True -o enable_qt=True -o enable_bullet=True -o enable_cigi=True",
th…
-
### Describe the bug
The [custom build](https://github.com/NixOS/nixpkgs/blob/a046c1202e11b62cbede5385ba64908feb7bfac4/pkgs/games/openmw/default.nix#L29) of OpenSceneGraph for the OpenMW package is m…
-
### What is your question?
My Conanfile depends The opensceneGraph gdal, libtiff, proj and so on.
When using `conan install .`, an error occurs:
```shell
ERROR: zlib/1.2.13; libpng/1.6.38 tried …
-
### Operating system
Linux
### Compiler
clang++
### Steps to reproduce the behavior
```Shell
./vcpkg install osg[core,plugins,tools,freetype]:arm64-android
```
### Failure logs
…
-
Model Dragger is an efficient way to modify the shape's position and orientation in a 3D scene.
Here is a Model Editor in a other software:
![Model Editor](http://www.cppblog.com/images/cppblog_com/er…
eryar updated
6 years ago
-
I compiled the source code with cmake. I set entries like follow:
```
-DBOOST_ROOT="C:/local/boost_1_62_0" ^
-DBOOST_LIBRARYDIR="C:/local/boost_1_62_0/lib64-msvc-12.0" ^
-Dosvr_DIR="d:/Project/OSV…
-
We have had a few issues floating around discussing the engine and rendering. This is a story to replace those and center the discussion around simply updating the rendering functionality.
Closes: …