aboutsummaryrefslogtreecommitdiff
path: root/engine/src/core-data/Common/MatDefs/Misc/SimpleTextured.j3md
blob: 53469e2eb88825223c9480ceb5a6c2c1f2d5ed95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Exception SimpleTextured.j3md has been marked as obsolete. Please use Unshaded.j3md instead.

MaterialDef Plain Texture {

    MaterialParameters {
        Texture2D ColorMap
        Boolean YCoCg
        Boolean LATC
        Boolean Normalize
        Boolean ShowAlpha
    }

    Technique {
        VertexShader GLSL100:   Common/MatDefs/Misc/SimpleTextured.vert
        FragmentShader GLSL100: Common/MatDefs/Misc/SimpleTextured.frag

        WorldParameters {
            WorldViewProjectionMatrix
        }

        Defines {
            DXT_YCOCG : YCoCg
            NORMAL_LATC : LATC
            NORMALIZE : Normalize
            SHOW_ALPHA : ShowAlpha
        }
    }

    Technique FixedFunc {
    }

}