All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Common.MatDefs.Gui.Gui.j3md Maven / Gradle / Ivy

There is a newer version: 3.7.0-stable
Show newest version
MaterialDef Default GUI {

    MaterialParameters {
        Texture2D Texture
        Color Color (Color)
        Boolean VertexColor (UseVertexColor)
    }

    Technique {
        VertexShader GLSL150:   Common/MatDefs/Gui/Gui.vert
        FragmentShader GLSL150: Common/MatDefs/Gui/Gui.frag

        WorldParameters {
            WorldViewProjectionMatrix
        }

        Defines {
            TEXTURE : Texture
            VERTEX_COLOR : VertexColor
        }
    }

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

        WorldParameters {
            WorldViewProjectionMatrix
        }

        Defines {
            TEXTURE : Texture
            VERTEX_COLOR : VertexColor
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy