Changeset 7412 for OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
- Timestamp:
- 09/13/07 12:32:05 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
r6997 r7412 86 86 _texture->setFilter(osg::Texture2D::MIN_FILTER,osg::Texture2D::LINEAR); 87 87 _texture->setFilter(osg::Texture2D::MAG_FILTER,osg::Texture2D::LINEAR); 88 _texture->setWrap(osg::Texture2D::WRAP_S,osg::Texture2D::CLAMP_TO_EDGE); 89 _texture->setWrap(osg::Texture2D::WRAP_T,osg::Texture2D::CLAMP_TO_EDGE); 88 90 89 91 // set up the render to texture camera.
