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

Common.MatDefs.ShaderNodes.Math.MultVec2.j3sn Maven / Gradle / Ivy

The newest version!
ShaderNodeDefinitions{
    ShaderNodeDefinition MultVec2 {      
        Type: Fragment
        Shader GLSL100: Common/MatDefs/ShaderNodes/Math/multVec2.frag
        Documentation{
            Multiplies an incoming vec2 by another supplied vec2
            @input coord1 the first vec2
            @input coord2 the second vec2            
            @output outCoord the resulting coord
        }
        Input {
            vec2 coord1
            vec2 coord2            
        }
        Output {
            vec2 outCoord
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy