Changeset 8887 for OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
- Timestamp:
- 09/18/08 15:09:21 (5 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
r8886 r8887 95 95 _shadowTextureUnit(copy._shadowTextureUnit), 96 96 _ambientBias(copy._ambientBias), 97 _textureSize(copy._textureSize) 97 _textureSize(copy._textureSize), 98 _polyOffset(copy._polyOffset) 98 99 { 99 100 }
