浏览代码

Lighting.j3md: remove fixed function bindings

shadowislord 10 年之前
父节点
当前提交
d6a19c4c66
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md

+ 5 - 5
jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md

@@ -7,7 +7,7 @@ MaterialDef Phong Lighting {
         Boolean VertexLighting
 
         // Alpha threshold for fragment discarding
-        Float AlphaDiscardThreshold (AlphaTestFallOff)
+        Float AlphaDiscardThreshold 
 
         // Use the provided ambient, diffuse, and specular colors
         Boolean UseMaterialColors
@@ -16,16 +16,16 @@ MaterialDef Phong Lighting {
         Boolean UseVertexColor
 
         // Ambient color
-        Color Ambient (MaterialAmbient)
+        Color Ambient
 
         // Diffuse color
-        Color Diffuse (MaterialDiffuse)
+        Color Diffuse
 
         // Specular color
-        Color Specular (MaterialSpecular)
+        Color Specular
 
         // Specular power/shininess
-        Float Shininess (MaterialShininess) : 1
+        Float Shininess : 1
 
         // Diffuse map
         Texture2D DiffuseMap