source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/Hierarchical Systems Demo [OpenGL]/RESOURCES/include/My3DGraphRes/Texture.cpp @ 3255

Revision 3255, 196 bytes checked in by szirmay, 15 years ago (diff)
Line 
1#include ".\texture.h"
2
3Texture::Texture(void)
4{
5        m_Filename=NULL;
6}
7
8Texture::~Texture(void)
9{
10}
11
12void Texture::LoadImage(void)
13{       
14        m_TextureHandler=ilutGLLoadImage(m_Filename);
15}
Note: See TracBrowser for help on using the repository browser.