~ubuntu-branches/ubuntu/natty/spring/natty

« back to all changes in this revision

Viewing changes to installer/builddata/springcontent/shaders/dwDetailNormal.fp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-09-23 18:56:03 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100923185603-st97s5chplo42y7w
Tags: 0.82.5.1+dfsg1-1ubuntu1
* Latest upstream version for online play
* debian/control: Replace (rather than conflict) spring-engine
  - spring-engine will be a dummy package (LP: #612905)
  - also set maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
!!ARBfp1.0
2
 
OPTION ARB_fog_linear;
3
 
TEMP temp,temp2;
4
 
 
5
 
TEX temp, fragment.texcoord[0], texture[0], 2D;
6
 
MUL temp2, temp, program.env[0];
7
 
TEX temp, fragment.texcoord[1], texture[1], 2D;
8
 
MAD temp2, temp, program.env[1],temp2;
9
 
TEX temp, fragment.texcoord[2], texture[2], 2D;
10
 
MAD temp2, temp, program.env[2],temp2;
11
 
TEX temp, fragment.texcoord[3], texture[3], 2D;
12
 
MAD temp2, temp, program.env[3],temp2;
13
 
TEX temp, fragment.texcoord[4], texture[4], 2D;
14
 
MAD temp2, temp, program.env[4],temp2;
15
 
TEX temp, fragment.texcoord[5], texture[5], 2D;
16
 
MAD temp2, temp, program.env[5],temp2;
17
 
TEX temp, fragment.texcoord[6], texture[6], 2D;
18
 
MAD temp2, temp, program.env[6],temp2;
19
 
TEX temp, fragment.texcoord[7], texture[7], 2D;
20
 
MAD temp2, temp, program.env[7],temp2;
21
 
 
22
 
MOV result.color, temp2;
23
 
 
24
 
END
 
 
b'\\ No newline at end of file'