CSCI441 OpenGL Library 5.25.0.0
CS@Mines CSCI441 Computer Graphics Course Library
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
MD5Model.hpp File Reference

Doom3 MD5 Model + Animation implementations. More...

#include "constants.h"
#include "MD5Model_types.hpp"
#include "TextureUtils.hpp"
#include <glad/gl.h>
#include <glm/exponential.hpp>
#include <glm/ext/quaternion_common.hpp>
#include <glm/gtx/quaternion.hpp>
#include <cassert>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <map>

Go to the source code of this file.

Classes

class  CSCI441::MD5Model
 stores a Doom3 MD5 Mesh + Animation More...
 

Namespaces

namespace  CSCI441
 CSCI441 Helper Functions for OpenGL.
 

Detailed Description

Doom3 MD5 Model + Animation implementations.

Author
Dr. Jeffrey Paone

These functions, classes, and constants help minimize common code that needs to be written.