Fix to 3D material definition for blender loader.
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9242 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
1a771236cf
commit
d6bf9372bf
@ -5,8 +5,8 @@ MaterialDef My MaterialDef {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Technique {
|
Technique {
|
||||||
VertexShader GLSL100: jme3test/texture/tex3D.vert
|
VertexShader GLSL100: Common/MatDefs/Texture3D/tex3D.vert
|
||||||
FragmentShader GLSL100: jme3test/texture/tex3D.frag
|
FragmentShader GLSL100: Common/MatDefs/Texture3D/tex3D.frag
|
||||||
|
|
||||||
WorldParameters {
|
WorldParameters {
|
||||||
WorldViewProjectionMatrix
|
WorldViewProjectionMatrix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user