|  | 
|  | Live2DModelD3D (void) | 
|  | Constructor.  More... 
 | 
|  | 
| virtual | ~Live2DModelD3D (void) | 
|  | Destructor.  More... 
 | 
|  | 
| void | deleteTextures () | 
|  | 
| void | setRenderer (void *r) | 
|  | 
| virtual void | draw () | 
|  | 
| void | setTexture (int textureNo, LPDIRECT3DTEXTURE9 openGLTextureNo) | 
|  | 
| virtual int | generateModelTextureNo () | 
|  | 
| virtual void | releaseModelTextureNo (int no) | 
|  | 
| void | setDevice (LPDIRECT3DDEVICE9 device) | 
|  | 
| int | getErrorD3D_tmp () | 
|  | 
| void | initD3D () | 
|  | 
| void | cleanupD3D () | 
|  | 
| void | deviceLostD3D () | 
|  | 
| 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 () | 
|  | 
|  | 
| static Live2DModelD3D * | loadModel (const live2d::LDString &filepath) | 
|  | 
| static Live2DModelD3D * | loadModel (const void *buf, int bufSize) | 
|  | 
| static void * | operator new (l2d_size_t size) | 
|  | 
| static void | operator delete (void *ptr) | 
|  | 
| static void * | operator new[] (l2d_size_t size) | 
|  | 
| static void | operator delete[] (void *ptr) | 
|  | 
| static void * | operator new (l2d_size_t size, void *ptr) | 
|  | 
| static void | operator delete (void *ptr, void *ptr2) | 
|  | 
| static void * | operator new (l2d_size_t size, MemoryParam *memParam) | 
|  | 
| static void | operator delete (void *ptr, MemoryParam *memParam) | 
|  | 
| static void * | operator new (l2d_size_t size, MemoryParam *memParam, const char *filename, int line) | 
|  | 
| static void | operator delete (void *ptr, MemoryParam *memParam, const char *filename, int line) | 
|  |