Last change
on this file since 10310 was
7708,
checked in by dafrick, 14 years ago
|
Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.
|
-
Property svn:eol-style set to
native
|
File size:
451 bytes
|
Line | |
---|
1 | fragment_program Ogre/Compositor/Embossed_FP cg |
---|
2 | { |
---|
3 | source GrayScale.cg |
---|
4 | entry_point Embossed_ps |
---|
5 | profiles ps_2_0 arbfp1 |
---|
6 | } |
---|
7 | |
---|
8 | material Ogre/Compositor/Embossed |
---|
9 | { |
---|
10 | technique |
---|
11 | { |
---|
12 | |
---|
13 | pass |
---|
14 | { |
---|
15 | depth_check off |
---|
16 | |
---|
17 | vertex_program_ref Ogre/Compositor/StdQuad_Cg_vp |
---|
18 | { |
---|
19 | } |
---|
20 | |
---|
21 | fragment_program_ref Ogre/Compositor/Embossed_FP |
---|
22 | { |
---|
23 | } |
---|
24 | |
---|
25 | texture_unit RT |
---|
26 | { |
---|
27 | tex_coord_set 0 |
---|
28 | tex_address_mode clamp |
---|
29 | filtering linear linear linear |
---|
30 | } |
---|
31 | } |
---|
32 | } |
---|
33 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.