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

Common.MatDefs.ShaderNodes.Basic.Mat3Vec3Mult.j3sn Maven / Gradle / Ivy

The newest version!
ShaderNodeDefinitions{
    ShaderNodeDefinition Mat3Vec3Mult {
        //Vertex/Fragment
        Type: Vertex

        //Shader GLSL: 
        Shader GLSL100: Common/MatDefs/ShaderNodes/Basic/Mat3Vec3Mult100.frag

        Documentation{
            //type documentation here. This is optional but recommended

            //@input   
            @input mat3 matrix3 the mat3
            @input vec3 vector3 the vec3

            //@output   
            @output vec3 outVector3 the output vector
        }
        Input {
            //all the node inputs
            // 
            mat3 matrix3
            vec3 vector3
        }
        Output {
            //all the node outputs
            // 
            vec3 outVector3
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy