#include <DrawParam.h>
|
| | DrawParam () |
| | Constructor. More...
|
| |
| virtual | ~DrawParam () |
| | Destructor. More...
|
| |
|
virtual void | setupDraw () |
| |
| virtual void | drawTexture (int textureNo, int indexCount, int vertexCount, l2d_index *indexArray, l2d_pointf *vertexArray, l2d_uvmapf *uvArray, float opacity, int colorCompositionType)=0 |
| |
| virtual int | generateModelTextureNo () |
| |
| virtual void | releaseModelTextureNo (int no) |
| |
| virtual void | setBaseColor (float alpha, float red, float green, float blue) |
| |
|
void | setCulling (bool culling) |
| |
|
void | setMatrix (float *_matrix4x4) |
| |
|
|
static const int | DEFAULT_FIXED_TEXTURE_COUNT = 32 |
| |
|
static int | object_instanceCount = 0 |
| |
|
static int | object_totalCount = 0 |
| |
|
|
int | fixedTexureCount |
| |
|
float | baseAlpha |
| |
|
float | baseRed |
| |
|
float | baseGreen |
| |
|
float | baseBlue |
| |
|
bool | culling |
| |
|
float | matrix4x4 [16] |
| |
|
| 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) |
| |
Constructor.
- Date
- 2013/05/21
Destructor.
- Date
- 2013/05/21
| virtual void drawTexture |
( |
int |
textureNo, |
|
|
int |
indexCount, |
|
|
int |
vertexCount, |
|
|
l2d_index * |
indexArray, |
|
|
l2d_pointf * |
vertexArray, |
|
|
l2d_uvmapf * |
uvArray, |
|
|
float |
opacity, |
|
|
int |
colorCompositionType |
|
) |
| |
|
pure virtual |
| int generateModelTextureNo |
( |
| ) |
|
|
virtual |
| void releaseModelTextureNo |
( |
int |
no | ) |
|
|
virtual |
| void setBaseColor |
( |
float |
alpha, |
|
|
float |
red, |
|
|
float |
green, |
|
|
float |
blue |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- src/graphics/DrawParam.h
- src/graphics/DrawParam.cpp