![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
#include "cs237.hpp"
Go to the source code of this file.
Classes | |
| struct | OBJ::Material |
| Structure that defines a material in a model. More... | |
| struct | OBJ::Group |
| class | OBJ::Model |
| A model from an OBJ file. More... | |
Namespaces | |
| namespace | OBJ |
Enumerations | |
| enum | { OBJ::NoLight = 0 , OBJ::Diffuse = 1 , OBJ::Specular = 2 } |
| enum | { OBJ::DefaultComponent = 0 , OBJ::UniformComponent = 1 , OBJ::MapComponent = 2 } |
| bit mask that records how a component is specified More... | |
This file specifies data structures to represent a subset of OBJ files. The format is limited to triangle meshes.