Showing results for

scene graph

on github.com
github.com › oxygine › oxygine framework › wiki
actors · oxygine/oxygine-framework Wiki · GitHub
...Oxygine isn't low level 2D framework and in addition to this it provides own scene graph.
You could create Sprite, set position and...
github.com › rozenmad › Menori
GitHub - rozenmad/Menori: Library for 3D rendering with LÖVE.
LÖVE library for 3D rendering based on scene graph. Support glTF 2.0 (implemented: meshes, materials, textures, skins, skeletons, animations). Assets may be provided...
github.com › oxygine › oxygine framework
GitHub - oxygine/oxygine-framework: Oxygine is C++ engine and framework for 2D games on iOS, Android, Windows, Linux and Mac
...At the basis of the engine there is a scene graph, that is similar to Flash. In short, You can call this as Flash...
github.com › gameplay3d › gameplay › commit
Fix merge conflicts · gameplay3d/gameplay@fa9c37e · GitHub
...27
- Fixes to Scene Graph for merging Drawables on Node.
28
- Fixes from setUserPointer to setUserObject(Ref*)
29
github.com › gameplay3d › gameplay › wiki
Scene and Nodes · gameplay3d/gameplay Wiki · GitHub
...The gameplay::Scene
class is based on a hierarchical data structure that is often referred to as a scene graph. Using the gameplay::Scene...