Common.MatDefs.ShaderNodes.Math.ConstructVec2.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 ConstructVec2 {
Type: Fragment
Shader GLSL100: Common/MatDefs/ShaderNodes/Math/constructVec2.frag
Documentation{
Combines 2 floats into a vec2
@input x the first float
@input y the second float
@output outVec the resulting vec2
}
Input {
float x
float y
}
Output {
vec2 outVec
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy