Drawing animated objects
We chose MDL animated object (Half-Life 3DStudio models). Typically, it is rendered by OpenGL or DirectX. But now it will use our software render technique.
Project
This project made in C++.
Classes:
CTexture
It is used to load images into the engine
SoftwareRender
Since MDL uses the regular OpenGl functions, this file contains functions that look like openGL ones, but uses our functions to draw the animated object.
mainapp
It is main from where...