git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@6972 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
17 lines
320 B
Plaintext
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
|
|
}
|
|
}
|
|
|
|
}
|