Colobot
|
Model loading - CModelFile class (aka modfile) More...
#include "graphics/core/vertex.h"
#include "graphics/core/material.h"
#include "math/vector.h"
#include <string>
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | Gfx::ModelTriangle |
Triangle of a 3D model. More... | |
class | Gfx::CModelFile |
Model file reader/writer. More... | |
Namespaces | |
Gfx | |
Namespace for (new) graphics code. | |
Enumerations | |
enum | Gfx::LODLevel { Gfx::LOD_Constant = -1, Gfx::LOD_Low = 1, Gfx::LOD_Medium = 2, Gfx::LOD_High = 4 } |
Level-of-detail. More... | |
Model loading - CModelFile class (aka modfile)