Subversion Repositories gelsvn

Rev

Rev 67 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 67 Rev 94
Line 103... Line 103...
103
 
103
 
104
 
104
 
105
	class TriMeshData;
105
		class TriMeshData;
106
	class TriMeshBuilder;
106
		class TriMeshBuilder;
107
 
107
 
-
 
108
		/** \brief Attribute vector handle. 
-
 
109
 
108
	/** Attribute vector handle. This is simply an index into a vector
110
		This is simply an index into a vector
109
			of attribute vectors. The only data in this struct is an integer
111
		of attribute vectors. The only data in this struct is an integer
110
			contain the index, but the class is a template, hence the handle
112
		contain the index, but the class is a template, hence the handle
111
			also carries the type information. 
113
		also carries the type information. 
112
			
114
			
113
			The idea of using a handle class which carries both the attribute
115
		The idea of using a handle class which carries both the attribute