initialization and drawing the scene - declarations More...
#include "globals.h"
#include "object.h"
#include "light.h"
#include "camera.h"
Go to the source code of this file.
Classes | |
class | TScene |
containts list of objects, inits and draws 3D scene. It has 3 main lists: objects, materials and lights. Materials are being applied to objects and all this is lit by lights. More... |
initialization and drawing the scene - declarations