Changeset 9412
- Timestamp:
- 12/19/08 17:12:40 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgParticle/PrecipitationEffect.cpp
r8868 r9412 554 554 " \n" 555 555 " gl_Position = gl_ProjectionMatrix * v1;\n" 556 " gl_ClipVertex = v1;\n" 556 557 "}\n"; 557 558 … … 625 626 " \n" 626 627 " gl_Position = gl_ProjectionMatrix * v1;\n" 628 " gl_ClipVertex = v1;\n" 627 629 "}\n"; 628 630 … … 682 684 " \n" 683 685 " colour.a = 0.05+(pointSize*pointSize)/(gl_PointSize*gl_PointSize);\n" 686 " gl_ClipVertex = v_current;\n" 684 687 "}\n"; 685 688
