-
I use libgeotiff 1.5.1 and libtiff 4.0.10.
To build everything I use CMake and make.
**TIFF**:
`cmake -G 'Unix Makefiles' ../../ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/nikita/OS…
-
```
C:\repository\git\win32\3rdparty\osgOcean\Release>cmake -G "Visual Studio 9
2008 Win64"
-DOSG_INCLUDE_DIR:PATH="C:\repository\git\win32\3rdparty\x64\osg-2.9.10\include"
-DCMAKE_INSTALL_PREFIX…
-
A client unlucky enough to start while the director is restarted will get either a 404 or a 500 from the Traefik ingress (I think it depends slightly on where things are in the restart process).
Th…
-
i use vcpkg toolchain to compile osgearth
this is my osgearth's version infos:
osgearth_versiond.exe --caps
[osgearth info] Hello, world.
[osgearth info] [Capabilities] osgEarth Version: 3.6…
-
```
See attached example code & data file. Apparently, osgswig is assuming the
returned value is an osg.Vec3d when it is in fact an osg.Vec3f.
In our build of OSG-2.6.1, OSG_USE_FLOAT_BOUNDINGSPHE…
-
In the egi branch I should be able to do `git diff osg domain.d/osgstorage.org.conf` and `git diff osg osgstorage-auth.conf` and see only difference lines beginning with `-` in the North America secti…
-
按照你这里一步步来的
![image](https://github.com/user-attachments/assets/1f3d4ab6-7543-49f0-a1a5-cbd816e82720)
打包出来目录如下
![image](https://github.com/user-attachments/assets/e07b88f2-2d75-4605-8aab-4b4e409865a…
-
Following https://support.opensciencegrid.org/support/solutions/articles/12000024676-docker-and-singularity-containers#submitting-your-docker-container-to-the-open-science-grid-repository
we can add…
-
I'm trying to build using OpenSceneGraph branch 3.6 that I built from their git repository, and the CMake module fails in the following way:
```
[ FindOpenSceneGraph.cmake:157 ] Failed to parse ve…
-
Hi Array:
i want to integrate openGL code inside OSG., and i have read you cookbook ,in the book you said there are few ways to do this.As we know,we can usd osg::Drawable callback,and y…