Subversion Repositories gelsvn

Rev

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

Rev 145 Rev 153
Line 9... Line 9...
9
{
9
{
10
 
10
 
11
 
11
 
12
	/** \brief A Triangle Mesh struct. 
12
	/** \brief A Triangle Mesh struct. 
13
 
13
 
14
	    This struct contains three indexed face sets,
14
	    This struct contains three indexed face sets, one for geometry,
15
			one for geometry, textures, and normals. It also contains a vector
15
			textures, and normals. It also contains a vector of materials and a
16
			of materials and a vector of texture maps.
16
			vector of texture maps.
17
 
17
 
18
			A number of functions are defined allowing for rendering of the
18
			A number of functions are defined allowing for rendering of the triangle
19
			triangle mesh. */
19
			mesh. */
20
	struct TriMesh 
20
	struct TriMesh 
21
	{
21
	{
22
		// ------- DATA -------
22
		// ------- DATA -------
23
 
23
 
24
		/// Name of model
24
		/// Name of model