source: GTP/trunk/App/Demos/Illum/Shark3D/version164x12u/IllumDemo/bin/res/levelutil/shader/prog/gtp_distance_impostor.s3d_shaderprog_run @ 2196

Revision 2196, 1.2 KB checked in by szirmay, 17 years ago (diff)
Line 
1///////////////////////////////////////////////////////////////////////////////
2//
3//      ##  ######
4//       ######  ###
5//  ## ###############        Shark 3D Engine (www.shark3d.com)
6//   ########## # # #
7//    ########                Copyright (c) 1996-2006 Spinor GmbH.
8//   ######### # # #          All rights reserved.
9//  ##   ##########
10//      ##
11//
12///////////////////////////////////////////////////////////////////////////////
13
14d3d9
15{
16    hlsl_vertshader
17    {
18        code_variant_array
19        {
20            profile "2x0"
21            entry_point "main"
22            code "levelutil/shader/prog/d3d9_hlsl/"
23                & "gtp_distance_impostor_d3d9_hlsl_vs3x0.s3d_shadercode_run"
24        }
25        tracking
26        {
27            codevar "projMat"
28            slot 0
29            chan "proj"
30            trans "identity"
31        }
32        {
33            codevar "matView"
34            slot 0
35            chan "view"
36            trans "identity"
37        }
38    }
39
40    hlsl_pixshader
41    {
42        code_variant_array
43        {
44            profile "3x0"
45            entry_point "main"
46            code "levelutil/shader/prog/d3d9_hlsl/"
47                    & "gtp_distance_impostor_d3d9_hlsl_ps3x0.s3d_shadercode_run"
48        }
49    }
50}
Note: See TracBrowser for help on using the repository browser.