Rasterfarm-SDK
|
API for describing material-surface of Raster::GeometricBase objects. More...
Classes | |
class | Material |
Typedefs | |
using | MaterialManager = ResourceManager< Material, Raster::GeometricBase > |
typedef List< Material * > | MaterialList |
typedef HeapArray< Material * > | MaterialArray |
typedef Function< bool(const Material *, const Material *) > | MaterialSortFunction |
API for describing material-surface of Raster::GeometricBase objects.
typedef HeapArray< Material * > Surface::MaterialArray |
typedef List< Material * > Surface::MaterialList |
using Surface::MaterialManager = ResourceManager< Material, Raster::GeometricBase > |
Callback when geometric object is done with a material.
typedef Function< bool( const Material *, const Material * ) > Surface::MaterialSortFunction |