浏览代码

remove 2 more unused vars

Ryan McDonough 1 年之前
父节点
当前提交
6bb4f6a33b
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.frag

+ 0 - 2
jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.frag

@@ -26,8 +26,6 @@ varying vec4 wTangent;
 vec4 albedo = vec4(1.0);
 vec4 albedo = vec4(1.0);
 float alpha = 1.0;
 float alpha = 1.0;
 
 
-float emissiveIntensity = 0.0;
-float emissivePower = 0.0;
 vec4 emissive = vec4(0.0);
 vec4 emissive = vec4(0.0);
 
 
 vec3 ao = vec3(1.0);
 vec3 ao = vec3(1.0);