-
Host: arm64-windows
Target: x64-windows
Steps to reproduce:
```
vcpkg install osg:x64-windows
cmake --build ... // building my project
```
Expected result:
- No `installed/plugins/osgPlugins…
-
UTA, SLAC, Mississippi, Tufts, Rutgers, LSU
-
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…
-
In GitLab by @git.ligo:sylvia.biscoveanu on Aug 26, 2024, 16:58
Regardless of whether an absolute or relative path is passed to `run_sampler`, bilby saves the absolute path to `result.outdir`. This c…
-
import mjcpy
ImportError: .../gps/src/3rdparty/mjpro/bin/libmujoco150.so: undefined symbol: __glewBlitFramebuffer
INFO:signal_shutdown [atexit]
I install opengl , libglew-dev and GLUT already. I …
-
```
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…
-
```
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…
-
osg::Group* YZ::OctreeBuilder::build(int depth, const osg::BoundingBox& total,
std::vector& elements)
{
int s[3]; // axis sides (0 or 1)
osg::Vec3 extentSet[3] = {
total._min,
(total._ma…
-
```
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…
-
```
What steps will reproduce the problem?
1. consider the following example:
{{{
import osg
a = osg.Vec3Array()
a.append(osg.Vec3(0,0,0))
a.append(osg.Vec3(0,0,1))
a.append(osg.Vec3(0,1,1))
a.append…