Subversion Repositories gelsvn

Rev

Rev 78 | Rev 136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 78 Rev 79
Line 4... Line 4...
4
#pragma warning(disable: 4267 4018)
4
#pragma warning(disable: 4267 4018)
5
#include <vector>
5
#include <vector>
6
#include "CGLA/Vec3f.h"
6
#include "CGLA/Vec3f.h"
7
#include "CGLA/Vec3i.h"
7
#include "CGLA/Vec3i.h"
8
 
8
 
9
namespace Mesh
9
namespace Geometry
10
{
10
{
11
	const CGLA::Vec3i NULL_FACE(-1,-1,-1);
11
	const CGLA::Vec3i NULL_FACE(-1,-1,-1);
12
	
12
	
13
	/** This class represents the simplest possible triangle mesh data structure.
13
	/** This class represents the simplest possible triangle mesh data structure.
14
			Faces must be triangular, and 3D coordinates are the only values 
14
			Faces must be triangular, and 3D coordinates are the only values