the sprite3D material is only texture for now More...
Public Member Functions | |
| bool | addSprite3DMaterial (const std::string &key, Texture2D *tex) |
| add to cache | |
| Texture2D * | getSprite3DMaterial (const std::string &key) |
| get material from cache | |
| void | removeAllSprite3DMaterial () |
| remove all spritematerial | |
| void | removeUnusedSprite3DMaterial () |
| remove unused spritematerial | |
Static Public Member Functions | |
| static Sprite3DMaterialCache * | getInstance () |
| get & destroy cache | |
| static void | destroyInstance () |
| destroy the instance | |
the sprite3D material is only texture for now