nor..67 6fd3bbedae move sdk to trunk
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
2011-03-14 12:55:55 +00:00

17 lines
320 B
Plaintext

MaterialDef My MaterialDef {
MaterialParameters {
Vector4 Color
}
Technique {
VertexShader GLSL100: Common/MatDefs/Misc/SolidColor.vert
FragmentShader GLSL100: Common/MatDefs/Misc/SolidColor.frag
WorldParameters {
WorldViewProjectionMatrix
}
}
}