Moved the remain inline osg::Font methods into Font.cpp to avoid problems with the

impossibly stupid visual studio compilers.
This commit is contained in:
Robert Osfield
2003-03-10 09:15:59 +00:00
parent 397edcd579
commit efea365412
3 changed files with 83 additions and 14 deletions

View File

@@ -188,11 +188,11 @@ public:
// constructor/initializer
tri_stripper(const indices & TriIndices);
inline tri_stripper(const indices & TriIndices);
// Settings functions
void SetCacheSize(const size_t CacheSize = 16); // = 0 will disable the cache optimizer
void SetMinStripSize(const size_t MinStripSize = 2);
inline void SetCacheSize(const size_t CacheSize = 16); // = 0 will disable the cache optimizer
inline void SetMinStripSize(const size_t MinStripSize = 2);
// Stripper
void Strip(primitives_vector * out_pPrimitivesVector); // throw triangles_indices_error();