- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgWrappers/serializers/osgShadow/ShadowMap.cpp
r12292 r13041 12 12 ADD_VEC2_SERIALIZER( PolygonOffset, osg::Vec2f() ); // _polyOffset 13 13 ADD_VEC2_SERIALIZER( AmbientBias, osg::Vec2d() ); // _ambientBias 14 14 15 15 ADD_SERIALIZER( (new osgDB::PropByRefSerializer<osgShadow::ShadowMap, osg::Vec2s> 16 16 ("TextureSize", osg::Vec2s(1024, 1024),
