|
static void | DisplayTexture2DPosition (QImage image, int x, int y, int w, int h, unsigned char alpha=255) |
|
static void | DisplayTexture2D (QImage image, int w, int h, unsigned char alpha=255) |
|
static void | DisplayTexture2DPosition (GLuint texID, int x, int y, int w, int h, unsigned char alpha=255) |
|
static void | DisplayTexture2D (GLuint texID, int w, int h, unsigned char alpha=255) |
|
static ccGLMatrixd | GenerateViewMat (CC_VIEW_ORIENTATION orientation) |
| Returns a 4x4 'OpenGL' matrix corresponding to a default 'view' orientation. More...
|
|
◆ GenerateViewMat()
ccGLMatrixd ccGLUtils::GenerateViewMat |
( |
CC_VIEW_ORIENTATION |
orientation | ) |
|
|
static |
Returns a 4x4 'OpenGL' matrix corresponding to a default 'view' orientation.
- Parameters
-
orientation | view orientation |
- Returns
- corresponding GL matrix
The documentation for this class was generated from the following files:
- ccGLUtils.h
- ccGLUtils.cpp