added the common TexCoord2f and TexCoord2d typenames that where strangely missing...

This commit is contained in:
Paolo Cignoni 2009-08-25 22:32:20 +00:00
parent 144a816862
commit 077294b03e
1 changed files with 3 additions and 0 deletions

View File

@ -196,6 +196,9 @@ public:
enum { n_coords=1};
};
typedef TexCoord2<float> TexCoord2f;
typedef TexCoord2<double> TexCoord2d;
/*@}*/