- Timestamp:
- 03/23/09 18:08:58 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/ive/DataInputStream.cpp
r9527 r9961 57 57 #include "Fog.h" 58 58 #include "Light.h" 59 #include "PolygonStipple.h" 59 60 60 61 … … 1412 1413 ((ive::Light*)(attribute))->read(this); 1413 1414 } 1415 else if(attributeID == IVEPOLYGONSTIPPLE){ 1416 attribute = new osg::PolygonStipple(); 1417 ((ive::PolygonStipple*)(attribute))->read(this); 1418 } 1414 1419 else{ 1415 1420 throw Exception("Unknown StateAttribute in StateSet::read()");
