Skyscraper 2.0
|
#include <math.h>
#include "globals.h"
#include "sbs.h"
#include "polygon.h"
#include "texture.h"
#include "utility.h"
Go to the source code of this file.
Namespaces | |
namespace | SBS |
Macros | |
#define | EPSILON 0.001f |
#define | SMALL_EPSILON 0.000001f |
#define EPSILON 0.001f |
Definition at line 32 of file texmap.cpp.
Referenced by SBS::Vehicle::Loop().
#define SMALL_EPSILON 0.000001f |
Definition at line 34 of file texmap.cpp.
Referenced by SBS::Utility::ComputeNormal(), SBS::TextureManager::ComputeTextureMap(), SBS::Polygon::IntersectRay(), SBS::Polygon::IntersectSegmentPlane(), and SBS::Utility::SplitWithPlane().