scenegraph Questions

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

2

You are given a complex Scene2D graph in libgdx with several Group's and Actor's. You want the user to select some Actors and draw those at the end so they appear focussed on top of any other Actor...
Idaliaidalina asked 17/2, 2014 at 21:8

1

Solved

I using a QSGGeometry, QSGVertexColorMaterial & a QSGGeometryNode to draw something real time on my QQuickItem derived class that is MyQuickItem here. Following is my updatePaintNode method wh...
Bynum asked 24/9, 2017 at 19:44

2

Solved

I'm following this tutorial: http://blog.bignerdranch.com/754-scenekit-in-mountain-lion/ I'm interested in using Scene Kit, but my scenes might potentially have thousands of spheres. To stress-tes...
Eccrinology asked 5/2, 2013 at 22:44

5

Solved

I've started reading into the material on Wikipedia, but I still feel like I don't really understand how a scene graph works and how it can provide benefits for a game. What is a scene graph in t...
Octastyle asked 15/3, 2011 at 23:29

2

Solved

I'm attempting to load a scene from a file into Three.js (custom format, not one that Three.js supports). This particular format describes a scene graph where each node in the tree has a transform ...
Yseulte asked 4/7, 2012 at 0:4

4

Solved

I'm looking for a reliable 3D scenegraph API for Java with good documentation, an active community and a license that allows for commercial use. I ruled out com.sun.scenegraph because it's GPL (an...
Milkfish asked 17/2, 2009 at 2:30

3

Solved

I am trying to create a scene graph for my 3D game in which every object's transformations are relative to it's parent. Each node of the graph has a Rotation, Scaling and Translation vector. What...
Whew asked 6/11, 2011 at 21:35

4

I was wondering if there is any 3D scene graph toolkit available or at least in development for Android? I could not find anything, assuming that all existing solutions for Java won't run on the An...
Emelineemelita asked 25/5, 2010 at 18:38

3

Solved

Although there seem to be very few up to date references for OpenGL 3.x itself, the actual low level manipulation of OpenGL is relatively straight forward. However I am having serious trouble tryin...
Dihydrostreptomycin asked 13/11, 2009 at 9:1

2

Solved

So I have run up against this problem a few times: I have some object in my 3D Scene Graph which is a child of some other object. Lets call them c (Child) and p (Parent). c's position is defined ...
Maryleemarylin asked 8/12, 2008 at 22:35
1

© 2022 - 2024 — McMap. All rights reserved.