Rasterfarm-SDK
|
API for creating objects, views, and scene-graphs for rasterization. More...
Classes | |
class | Camera |
class | CameraTracker |
class | Node |
ADT class for applying transforms in a hereditary and directed graph. Each instantiation of this class is in essence a root-node and forms a parent-child relationship whereby the child inherits the parent's transform. More... | |
Typedefs | |
typedef List< Node * > | NodeList |
typedef HeapArray< Node * > | NodeArray |
API for creating objects, views, and scene-graphs for rasterization.
typedef HeapArray< Node * > Raster::NodeArray |
typedef List< Node * > Raster::NodeList |