Common.MatDefs.ShaderNodes.Basic.Mat3Vec3Mult.j3sn Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jme3-core Show documentation
Show all versions of jme3-core Show documentation
jMonkeyEngine is a 3-D game engine for adventurous Java developers
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