scenegraph
3D Scene graph traversing problem
I have implemented a small scene graph to be rendered by OpenGL, all the objects derive from a common Node class and during OpenGL frame rendering I just call the visit method of the root node and it[详细]
2023-03-19 14:59 分类:问答Implementing a scene graph on OpenGL ES 2.0
I am looking for a way to implement some basic scene management in OpenGL ES 2.0 where there\'s no fixed function pipeline.[详细]
2023-03-17 13:07 分类:问答How to a clear Opengl ES material properties to avoid incorrect materials being reused?
I am working on an Android opengl lib and have hit a small issue. I know it is something easy to fix but I am having a lot of trouble tracking it down. In a nut shell, I am working on a 3d scene graph[详细]
2023-02-27 05:32 分类:问答Game engines: What are scene graphs?
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.[详细]
2023-02-17 05:35 分类:问答Java3d scenegraph visualization tool
Is there a tool for visualizing a given java3d app\'s scenegraph? Just like t开发者_StackOverflow社区here is tools for auto generating UML diagrams.[详细]
2023-02-10 15:22 分类:问答Java 2D scene graph library for GUI
I\'m looking for a 2D scene g开发者_如何学JAVAraph library for building GUI applications. It should be fast, using Java2D and be compatible with Swing (embeddable in a Swing app and also display Swing[详细]
2023-02-06 01:21 分类:问答implementing MVC pattern on c++ scene graph
I have a tree of objects that represent a 3D-model (a scene graph). The tree nodes are of different types (implemented as derived classes from a common base class). For example, there is a node repres[详细]
2023-01-27 14:10 分类:问答3D Scene graph toolkits for Android
I was wondering if there is any 3D scene 开发者_如何学Pythongraph toolkit available or at least in development for Android? I could not find anything, assuming that all existing solutions for Java won[详细]
2023-01-01 13:10 分类:问答Certain transformations in Open Inventor(Coin3D)
I am quite new to Open Inventor(Coin3D) and have the following problem: I have a SoSelection holding a root node(also SoSeparator). And the[详细]
2022-12-25 18:13 分类:问答How do I define and standardize units in my 3D app?
I\'m starting to design my object graph for an OpenGL ES 1.1 app on Andr开发者_开发知识库oid.[详细]
2022-12-23 07:12 分类:问答