A graphics::IWorld manages a scene graph and all the objects contained within and associated with it, for example, scene nodes, meshes, entities, lights.
The graphical world is organized in a scene graph, a hierarchical representation where each node is a ISceneNode instance.
Objects like cameras, lights and entities can be attached to scene nodes. They inherit their transformation from the parent scene node.
handling is not yet properly implemented.