Changeset 2008
- Timestamp:
- Oct 11, 2012, 10:07:29 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/neercs/video/render.cpp
r2007 r2008 119 119 vec3 postfx_corner(0.0f,0.8f,0.96f); // corner [width,radius,blur] 120 120 vec4 mirror(0.95f,0.9f,0.4f,3.0f); // mirror [width,height,strength,ratio] 121 vec4 radial( 4.0f,0.94f,32,0.25f);// radial [distance,fade ratio,iteration,strength]121 vec4 radial(3.0f,0.9f,16,0.5f); // radial [distance,fade ratio,iteration,strength] 122 122 /* text variable */ 123 123 ivec2 ratio_2d(2,3); // 2d ratio … … 374 374 vec4(0, 1, 1, 1), 375 375 vec4(2.0f, 8.0f, 0.25f, radial.x), 376 vec4(0. 5f, 1.0f, 0.01f, radial.y),377 vec4(2.0f, 64.0f, 2.00f, radial.z),376 vec4(0.8f, 1.0f, 0.01f, radial.y), 377 vec4(2.0f,32.0f, 2.00f, radial.z), 378 378 vec4(0.0f, 1.0f, 0.05f, radial.w), 379 379 vec4(0),
Note: See TracChangeset
for help on using the changeset viewer.