From Jan Peciva, "I am submitting improved Inventor (iv) writer.

List of changes:
- added support for Billboards and LOD
- improved Material handling
"
This commit is contained in:
Robert Osfield
2007-09-30 18:33:57 +00:00
parent 368a45eec0
commit 8907919fce
3 changed files with 386 additions and 214 deletions

View File

@@ -13,7 +13,7 @@
#include <Inventor/actions/SoWriteAction.h>
#include <Inventor/actions/SoCallbackAction.h>
#ifdef COIN_BASIC_H
#ifdef __COIN__
#include <Inventor/VRMLnodes/SoVRMLImageTexture.h>
#endif
@@ -52,7 +52,7 @@ ReaderWriterIV::readNode(const std::string& file,
// Initial GroupSoLOD node
GroupSoLOD::initClass();
#ifdef COIN_BASIC_H
#ifdef __COIN__
// Disable delayed loading of VRML textures
SoVRMLImageTexture::setDelayFetchURL(FALSE);
#endif