Top "Openscenegraph" questions

Openscenegraph is an OpenGL renderer and scene management API/toolkit.

VS2012 MSVCR120D.dll is missing

I am trying to set up my project in VS2012 to successfully compile and run an OSG code for debugging. …

c++ visual-studio-2012 dll openscenegraph
C++ bad_alloc at memory location Exception

Unhandled exception at 0x758cd36f in OSGP.exe: Microsoft C++ exception: std::bad_alloc at memory location 0x0028ef70.. …

c++ visual-studio-2010 opengl openscenegraph
How To Get File In Assets From Android NDK

I'm trying to access an image file in the assets folder from the native side. Now I can successfully search …

android android-ndk openscenegraph
Solving error MSB8011: Failed to register output

A strange error: error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a …

visual-studio-2010 activex openscenegraph
Suggestion to which C++ 3D engine is better between Ogre, Irrlicht and OpenSceneGraph

I'm quite familiar with 3d graphics (I developed a little and simple 3d game engine for an academic project). But …

3d comparison ogre openscenegraph irrlicht
The type in a dynamic_cast must be a pointer or reference to a complete class type, or void *

I am hoping there is someone out there who understands why the code below fails. I am trying to get …

c++ openscenegraph
3D modeling for programmers

I'm studying Computer Graphics as part of my curriculum at my university. The course focuses on scene modeling, rather than …

graphics 3d openscenegraph
In a multi-threaded C++ app, do I need a mutex to protect a simple boolean?

I have a multi-threaded C++ app which does 3D rendering with the OpenSceneGraph library. I'm planning to kick off OSG's …

c++ multithreading boolean mutex openscenegraph
Rotate a 3D object (OSG & vc++)

I'm developing a 3D environment using VC++ and OSG and I need some help I'm using this code below to …

c++ visual-c++ openscenegraph
Integrating OpenSceneGraph with Qt

I have fiddled around with OpenGL on Qt. But now I want to have complex scenes. (With multiple COLLADA/MD2 …

qt opengl scenegraph openscenegraph