#include "Matrix4.h"
#include "ResizeArray.h"
#include "Pickable.h"
#include "utilities.h"
#include "VMDDisplayList.h"
#include "MaterialList.h"
Go to the source code of this file.
Compounds | |
class | Displayable |
Base class for all objects which are drawn by a DisplayDevice. More... |
Each Displayable is also a linked list of other Displayables, which act as 'children' to the parent, i.e. they get the parent's tranformation as well as their own.
Definition in file Displayable.h.