Changeset 9892 for OpenSceneGraph/trunk/src/osgViewer/View.cpp
- Timestamp:
- 03/10/09 18:47:54 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgViewer/View.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/View.cpp
r9567 r9892 1604 1604 " float blue = texture1D(wow_header, pos).b; " \ 1605 1605 " if ( blue < 0.5) " \ 1606 " gl_FragColor.b -=0.5; " \1606 " gl_FragColor.b = 0.0; " \ 1607 1607 " else " \ 1608 " gl_FragColor.b += 0.5;" \1608 " gl_FragColor.b = 1.0; " \ 1609 1609 " } " \ 1610 1610 " } " );
