~andrewfenn/+junk/hwrewrite

« back to all changes in this revision

Viewing changes to bin/media/core/shaders/Ocean.material

  • Committer: Andrew Fenn
  • Date: 2010-07-05 16:51:16 UTC
  • Revision ID: andrewfenn@gmail.com-20100705165116-ogydaa420nxqab9v
Editor: Fixed the problem with icons not updating
World: Fixed the water rendering issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        source Ocean2HLSL_Cg.frag
18
18
        entry_point main
19
19
        profiles ps_2_0 arbfp1
20
 
 
21
20
}
22
21
 
23
22
material Ocean2_Cg
27
26
                pass
28
27
                {
29
28
                        scene_blend alpha_blend
 
29
                        depth_write off
30
30
 
31
31
                        vertex_program_ref Cg/Ocean2VS
32
32
                        {