Matt's Source Code Portal

Home About Links Problems My Graphics BaseCode Contact

Textures is just a folder that contains source and headers included by Engine.cpp or Engine.h; files in the directory are not directly compiled and linked into the project. All files in the folder control rendering textured polygons through DirectX and OpenGL.

BaseTexture

BaseTexture is an abstract class that defines base-level texture functionality.

x BaseTexture.h, Web Version
x BaseTexture.cpp, Web Version

D3DTexture

A DirectX implementation of BaseTexture.

x D3DTexture.h, Web Version
x D3DTexture.cpp, Web Version

OpenGLTexture

An OpenGL implementation of BaseTexture.

x OpenGLTexture.h, Web Version
x OpenGLTexture.cpp, Web Version

Texture

Generic texture class that maps to either a DirectX or OpenGL texture based upon what the current window is using.

x Texture.h, Web Version
x Texture.cpp, Web Version


last updated: May 13th 2005   © 2005 by Matthew Fisher