1Exception SimpleTextured.j3md has been marked as obsolete. Please use Unshaded.j3md instead.
2
3MaterialDef Plain Texture {
4
5    MaterialParameters {
6        Texture2D ColorMap
7        Boolean YCoCg
8        Boolean LATC
9        Boolean Normalize
10        Boolean ShowAlpha
11    }
12
13    Technique {
14        VertexShader GLSL100:   Common/MatDefs/Misc/SimpleTextured.vert
15        FragmentShader GLSL100: Common/MatDefs/Misc/SimpleTextured.frag
16
17        WorldParameters {
18            WorldViewProjectionMatrix
19        }
20
21        Defines {
22            DXT_YCOCG : YCoCg
23            NORMAL_LATC : LATC
24            NORMALIZE : Normalize
25            SHOW_ALPHA : ShowAlpha
26        }
27    }
28
29    Technique FixedFunc {
30    }
31
32}