|
Classes |
| class | Monitor |
| class | IOOptions |
| class | CoreModel |
| | Core Model class that creates a templated core object. In order to create an animated model, a cal3d core model has to be created. Given this core model it is possible to instanciate it by creating a model which is in fact the real animated model and object which can be inserted into an osg graph. More...
|
| class | Model |
| class | RadixFloatItem |
| class | FloatRadix |
| class | SubMeshHardware |
| class | SubMeshSoftware |
| class | TextureLayersFlatten |
Functions |
| OSGCAL_EXPORT void | RGBtoHSL (float _r, float _g, float _b, float &_h, float &_s, float &_l) |
| OSGCAL_EXPORT void | HSLtoRGB (float _h, float _s, float _l, float &_r, float &_g, float &_b) |
| OSGCAL_EXPORT void | InvertPremultipliedAlpha (osg::Image &_img) |