Changeset 9907
- Timestamp:
- 03/11/09 14:31:17 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgPlugins/3ds/ReaderWriter3DS.cpp
-
Property
svn:mergeinfo set
to
/OpenSceneGraph/trunk/include/osg/src/osgPlugins/3ds/ReaderWriter3DS.cpp:9882
/OpenSceneGraph/trunk/src/osgPlugins/3ds/ReaderWriter3DS.cpp:9906
r9637 r9907 822 822 } 823 823 824 if (transparency>0.0f || textureTransparancy )824 if (transparency>0.0f || textureTransparancy || mat->opacity_map.flags!=0) 825 825 { 826 826 stateset->setMode(GL_BLEND,osg::StateAttribute::ON); -
Property
svn:mergeinfo set
to
