- Timestamp:
- 03/23/09 18:08:58 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/DataOutputStream.cpp
r9475 r9961 60 60 #include "Fog.h" 61 61 #include "Light.h" 62 #include "PolygonStipple.h" 62 63 63 64 #include "Group.h" … … 1090 1091 ((ive::Light*)(attribute))->write(this); 1091 1092 } 1093 // This is a PolygonStipple 1094 else if(dynamic_cast<const osg::PolygonStipple*>(attribute)){ 1095 ((ive::PolygonStipple*)(attribute))->write(this); 1096 } 1092 1097 1093 1098 else{
