From 909a4d1603d2664377ce5d5bb010d50b0b32d554 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 26 May 2011 16:19:54 +0000 Subject: [PATCH] Fixed default setting of texture_no_tile to match the flags seet in lib3ds_material.cpp initialize_texture_map(..). --- src/osgPlugins/3ds/WriterNodeVisitor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgPlugins/3ds/WriterNodeVisitor.cpp b/src/osgPlugins/3ds/WriterNodeVisitor.cpp index 6d699bdb5..35b2e17bc 100644 --- a/src/osgPlugins/3ds/WriterNodeVisitor.cpp +++ b/src/osgPlugins/3ds/WriterNodeVisitor.cpp @@ -370,7 +370,7 @@ WriterNodeVisitor::Material::Material(WriterNodeVisitor & writerNodeVisitor, osg double_sided(false), image(NULL), texture_transparency(false), - texture_no_tile(false) + texture_no_tile(true) // matches lib3ds_material.cpp initialize_texture_map(..) default flag setting { //static unsigned int s_objmaterial_id = 0; //++s_objmaterial_id;