Subversion Repositories gelsvn

Rev

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

Rev 178 Rev 338
Line 14... Line 14...
14
			textures, and normals. It also contains a vector of materials and a
14
			textures, and normals. It also contains a vector of materials and a
15
			vector of texture maps.
15
			vector of texture maps.
16
 
16
 
17
			A number of functions are defined allowing for rendering of the triangle
17
			A number of functions are defined allowing for rendering of the triangle
18
			mesh. */
18
			mesh. */
19
	struct TriMesh 
19
	class TriMesh 
20
	{
20
	{
-
 
21
		public:
-
 
22
		
21
		// ------- DATA -------
23
		// ------- DATA -------
22
 
24
 
23
		/// Name of model
25
		/// Name of model
24
		std::string name;
26
		std::string name;
25
		
27