#include <glut.h>
#include "Node.h"
#include "../ressources/Motion.h"
Include dependency graph for Scenegraph.h:
This graph shows which files directly or indirectly include this file:
Classes | |
class | Scenegraph |
Scenegraph in which the Scene with all the Nodes is built. More... |
Scenegraph in which the Scene with all the Things is built. init() should be called in the init function in the openGL routine. The render() function should be called in the display function of the openGL routine.