34 lines
463 B
Plaintext
34 lines
463 B
Plaintext
fragment_program Ogre/Compositor/Embossed_FP cg
|
|
{
|
|
source GrayScale.cg
|
|
entry_point Embossed_ps
|
|
profiles ps_2_0 arbfp1
|
|
}
|
|
|
|
material Ogre/Compositor/Embossed
|
|
{
|
|
technique
|
|
{
|
|
|
|
pass
|
|
{
|
|
depth_check off
|
|
|
|
vertex_program_ref Ogre/Compositor/StdQuad_Cg_vp
|
|
{
|
|
}
|
|
|
|
fragment_program_ref Ogre/Compositor/Embossed_FP
|
|
{
|
|
}
|
|
|
|
texture_unit RT
|
|
{
|
|
tex_coord_set 0
|
|
tex_address_mode clamp
|
|
filtering linear linear linear
|
|
}
|
|
}
|
|
}
|
|
}
|