|
| Live2DModelIPhone (void) |
| Constructor. More...
|
|
virtual | ~Live2DModelIPhone (void) |
| Destructor. More...
|
|
void | setRenderer (void *r) |
|
virtual void | draw () |
|
void | setTexture (int textureNo, GLuint openGLTextureNo) |
|
virtual int | generateModelTextureNo () |
|
virtual void | releaseModelTextureNo (int no) |
|
virtual live2d::DrawParam * | getDrawParam () |
|
| ALive2DModel () |
| Constructor. More...
|
|
virtual | ~ALive2DModel () |
| Destructor. More...
|
|
float | getParamFloat (const char *paramID) |
|
void | setParamFloat (const char *paramID, float value, float weight=1.0f) |
|
void | addToParamFloat (const char *paramID, float value, float weight=1.0f) |
|
void | multParamFloat (const char *paramID, float mult, float weight=1.0f) |
|
int | getParamIndex (const char *paramID) |
|
int | getParamIndex (ParamID *paramID) |
|
float | getParamFloat (int paramIndex) |
|
void | setParamFloat (int paramIndex, float value, float weight=1.0f) |
|
void | addToParamFloat (int paramIndex, float value, float weight=1.0f) |
|
void | multParamFloat (int paramIndex, float mult, float weight=1.0f) |
|
void | loadParam () |
|
void | saveParam () |
|
virtual void | init () |
|
virtual void | update () |
|
void | setPartsOpacity (const char *partsID, float opacity) |
|
void | setPartsOpacity (int partsIndex, float opacity) |
|
float | getPartsOpacity (const char *partsID) |
|
float | getPartsOpacity (int partsIndex) |
|
void | setupPartsOpacityGroup_alphaImpl (const char *paramGroup[], float deltaTimeSec) |
|
void | setModelImpl (ModelImpl *m) |
|
ModelImpl * | getModelImpl () |
|
ModelContext * | getModelContext () |
|
int | getErrorFlags () |
|
float | getCanvasWidth () |
|
float | getCanvasHeight () |
|
virtual int | getDrawDataIndex (const char *drawDataID) |
|
virtual IDrawData * | getDrawData (int drawIndex) |
|
virtual l2d_pointf * | getTransformedPoints (int drawIndex, int *pointCount) |
|
virtual l2d_index * | getIndexArray (int drawIndex, int *polygonCount) |
|
void | updateZBuffer_TestImpl (float startZ, float stepZ) |
|
int | getPartsDataIndex (const char *partsID) |
|
int | getPartsDataIndex (PartsDataID *partsID) |
|
void | setPremultipliedAlpha (bool b) |
|
bool | isPremultipliedAlpha () |
|
void | setAnisotrophy (int n) |
|
int | getAnisotrophy () |
|
void | dump () |
|