![]() |
CMSC23700 Common Code Library
Support code for CS23700 programming projects
|
Go to the source code of this file.
Classes | |
struct | OBJ::Material |
Structure that defines a material in a model. More... | |
struct | OBJ::Group |
A mesh that corresponds to a group in the obj file. More... | |
class | OBJ::Model |
A model from an OBJ file. More... | |
Namespaces | |
OBJ | |
Enumerations | |
enum | { OBJ::NoLight = 0, OBJ::Diffuse = 1, OBJ::Specular = 2 } |
This file specifies data structures to represent a subset of OBJ files. The format is limited to triangle meshes.