Subversion Repositories gelsvn

Rev

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

Rev 79 Rev 89
Line 7... Line 7...
7
 
7
 
8
namespace Geometry
8
namespace Geometry
9
{
9
{
10
 
10
 
11
 
11
 
-
 
12
	/** \brief A Triangle Mesh struct. 
-
 
13
 
12
	/** A Triangle Mesh struct. This struct contains three indexed face sets,
14
	    This struct contains three indexed face sets,
13
			one for geometry, textures, and normals. It also contains a vector
15
			one for geometry, textures, and normals. It also contains a vector
14
			of materials and a vector of texture maps.
16
			of materials and a vector of texture maps.
15
 
17
 
16
			A number of functions are defined allowing for rendering of the
18
			A number of functions are defined allowing for rendering of the
17
			triangle mesh. */
19
			triangle mesh. */