Classes | |
class | EntityBase |
Base class for all entities. More... | |
class | EntitySolid |
Base class for all solid entities i.e. entities with polygons. More... | |
class | EntityWorld |
Main world entity. More... | |
class | BrushFace |
Face of a brush. More... | |
class | Brush |
Brush. More... | |
class | MapHandler |
Class responsible for the compilation of a .map file into a syBR .scene file. More... | |
class | Vertex |
Polygon vertex class. More... | |
class | Polygon |
Polygon class. More... | |
struct | Triangle |
Triangle. More... | |
class | Plane |
Double-precision plane. More... | |
class | Vector3 |
Double-precision three-dimension vector. More... | |
class | TextureManager |
Texture manager. More... | |
Namespaces | |
namespace | Math |
Some mathematics constants. | |
Typedefs | |
typedef std::vector < std::pair < std::string, std::string > > | PropertyList |
Typedef for list of properties which are pairs of <name, value>. | |
Functions | |
void | displaySyntax () |
Display the program syntax. | |
Variables | |
bool | verbose |
Verbose mode. | |
std::ofstream | log |
Log file. | |
bool | verbose |
Verbose mode. | |
std::ofstream | log |
Log file. |
typedef std::vector<std::pair<std::string, std::string> > syBR::map2syBR::PropertyList |
Typedef for list of properties which are pairs of <name, value>.
void syBR::map2syBR::displaySyntax | ( | ) |
Display the program syntax.
std::ofstream syBR::map2syBR::log |
Log file.
std::ofstream syBR::map2syBR::log |
Log file.
Verbose mode.
One of these:
Verbose mode.
One of these:
Copyright © 2008 by Sebastien Frippiat
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:34 2008