From Jan Peciva, "Improvements:

- Use OSG routines to load images instead of simage library (removes
dependency on 3rdParty simage library). Applies to Coin Inventor clone only.
"
This commit is contained in:
Robert Osfield
2011-02-14 15:04:40 +00:00
parent 6f09acace9
commit c7bf98cca9
3 changed files with 332 additions and 2 deletions

View File

@@ -55,6 +55,9 @@ void ReaderWriterIV::initInventor() const
#ifdef __COIN__
// Disable delayed loading of VRML textures
SoVRMLImageTexture::setDelayFetchURL(FALSE);
// initialize convertor
ConvertFromInventor::init();
#endif
}