|
Blender
V2.59
|
#include <Texture.h>
Public Attributes | |
| PyObject_HEAD bool | m_useMatTexture |
| unsigned int | m_actTex |
| unsigned int | m_orgTex |
| bool | m_orgSaved |
| Image * | m_imgTexture |
| BL_Texture * | m_matTexture |
| bool | m_mipmap |
| unsigned int * | m_scaledImg |
| unsigned int | m_scaledImgSize |
| double | m_lastClock |
| PyImage * | m_source |
| unsigned int Texture::m_actTex |
Definition at line 51 of file Texture.h.
Referenced by Texture_init(), and Texture_new().
| double Texture::m_lastClock |
| bool Texture::m_mipmap |
Definition at line 63 of file Texture.h.
Referenced by Texture_init().
| bool Texture::m_orgSaved |
| unsigned int Texture::m_orgTex |
| unsigned int* Texture::m_scaledImg |
| unsigned int Texture::m_scaledImgSize |
Definition at line 73 of file Texture.h.
Referenced by Texture_init().
| PyObject_HEAD bool Texture::m_useMatTexture |