openscenegraph Questions

7

Solved

A strange error: error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt with elevated permissions. C:\Program File...
Dawdle asked 7/5, 2012 at 5:31

5

Solved

I've solved this problem (from here). Just putting it here, so that anyone else who encounters the error will find a cleaner question and answer than to have to go dig through the website where I g...
Manama asked 12/4, 2012 at 3:32

4

I have fiddled around with OpenGL on Qt. But now I want to have complex scenes. (With multiple COLLADA/MD2 models loaded). For this I'm thinking of using OpenSceneGraph (OSG). Is it possible to i...
Hindman asked 8/1, 2012 at 20:17

5

Solved

I have a multi-threaded C++ app which does 3D rendering with the OpenSceneGraph library. I'm planning to kick off OSG's render loop as a separate thread using boost::threads, passing a data structu...
Cattalo asked 21/10, 2008 at 18:23

4

Solved

I have a 3D CAD-like application for which I use OpenGL wrapper library (OpenSceneGraph). For the application I am trying to come up with the best strategy on how to render thick and smooth lines i...
Outwit asked 15/4, 2016 at 20:1

2

Solved

I'm trying to access an image file in the assets folder from the native side. Now I can successfully search through the assets folder and its subdirectories locating the particular file that I am l...
Nudism asked 9/11, 2012 at 23:11

1

Solved

I have a minimal application which uses QOpenGLWidget that integrates an OpenGL wrapper library (OpenSceneGraph). I am trying to figure out how to correctly use the Qt5.6 support for high DPI scree...
Consideration asked 18/5, 2016 at 15:24

6

Solved

I'm quite familiar with 3d graphics (I developed a little and simple 3d game engine for an academic project). But now I have to develop an audio/video tool in C++ that requires also some 3d ...
Agueda asked 24/3, 2011 at 12:57

11

Solved

I'm studying Computer Graphics as part of my curriculum at my university. The course focuses on scene modeling, rather than rendering or other aspects of computer graphics. We're learning the math ...
Gnarly asked 6/4, 2009 at 8:16

3

Solved

I spent quite some time to get this working, but my Sphere just won't display. Used the following code to make my function: Creating a 3D sphere in Opengl using Visual C++ And the rest is simple ...
Distract asked 6/12, 2013 at 20:56

1

Solved

I am trying to set up my project in VS2012 to successfully compile and run an OSG code for debugging. I am also using OSG debug libraries. Compilation and linking end successfully but after I run t...
Clein asked 16/4, 2014 at 15:56

3

First af all i have to apologize for my english. I'm working on an application where we have to know at each moment the attributes of each node (position, rotation...), so I thought about taking f...
Cryology asked 31/1, 2013 at 9:26

1

Solved

I am working on OpenSceneGraph for the first time and I'm a bit lost cause the documentation is really not that clear... So, I have this code that load a obj file with a house on it, and I have dr...
Clinquant asked 17/1, 2014 at 7:23

1

Solved

I have been using Qt Creator to develop some Qt apps recently with no problems. This week I started to use Qt Creator to work on an Open Scene Graph application. I have all of the source (.cpp and ...
Hagai asked 4/9, 2013 at 5:40

3

Solved

I have been looking at some code from open source projects and noticed that on more than one occassion the values of enums were being assigned through bitshifting a value an incremental number of p...
Parabolic asked 17/9, 2013 at 4:2

1

Solved

I am hoping there is someone out there who understands why the code below fails. I am trying to get an instance of PositionAttitudeTransform (Openscenegraph class) from an osg::Node* node object. B...
Niggle asked 30/10, 2012 at 5:51

2

I'm mixing two libraries that use OpenGL: Qt and OpenSceneGraph. I'm targeting OpenGL ES 2, so everything is done with shaders and ES 2 compatible calls. I'm specifically using OSG with QtDeclara...
Schaaf asked 9/7, 2012 at 1:7

1

Solved

OpenSceneGraph uses header files without the '.h' extension. Is there a way of getting Xcode to recognise the syntax as C++ and therefore allow me to have highlighting and jumping to definitions et...
Carnelian asked 4/5, 2012 at 1:24

1

Solved

Does anyone have experience to fairly compare VTK and OpenSceneGraph? I'm more familiar with VTK, but I'm curious as to whether anyone has tried both extensively. I have both built, 5.6 vtk and 2...
Keratosis asked 4/10, 2010 at 15:17

1

I'm trying to build OpenSceneGraph's pdf plugin on a win32 box. The plugin is using cmake's PKG_CHECK_MODULES macro to find cairo and poppler libraries. I don't know how to install these in such a ...
Pol asked 26/2, 2010 at 20:12
1

© 2022 - 2024 — McMap. All rights reserved.