Changeset 6739 for OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
- Timestamp:
- 05/23/07 17:14:18 (6 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgShadow/ShadowMap.cpp
r6289 r6739 26 26 // fragment shader 27 27 // 28 char fragmentShaderSource_noBaseTexture[] =28 static const char fragmentShaderSource_noBaseTexture[] = 29 29 "uniform sampler2DShadow shadowTexture; \n" 30 30 "uniform vec2 ambientBias; \n" … … 38 38 // fragment shader 39 39 // 40 char fragmentShaderSource_withBaseTexture[] =40 static const char fragmentShaderSource_withBaseTexture[] = 41 41 "uniform sampler2D baseTexture; \n" 42 42 "uniform sampler2DShadow shadowTexture; \n"
