[AE Engine logo] Public API Reference
Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

aeTextureLoader Class Reference

Interface to the texture loader. More...

#include <txtldr.h>

Inheritance diagram for aeTextureLoader:

aePlugin aeBase List of all members.

Public Member Functions

 aeTextureLoader (aeRegistry *aeReg)
virtual aeTextureloadTexture (char *, char *)
 Load a texture.


Private Member Functions

aeTextureType getImageType (char *)
aeTextureloadBMP (char *, char *)
aeTextureloadPCX (char *, char *)
aeTextureloadTGA (char *, char *)

Private Attributes

aeRegistryaereg

Detailed Description

Interface to the texture loader.

Definition at line 127 of file txtldr.h.


Member Function Documentation

virtual aeTexture* aeTextureLoader::loadTexture char *   ,
char *   
[virtual]
 

Load a texture.

Parameters:
char * Texture name.
char * Path to texture.
Returns:
Texture object as aeTexture.


The documentation for this class was generated from the following file:
AE Engine Public API Reference
Generated on Wed Apr 9 09:43:41 2003 by Doxygen.