|
@@ -364,7 +364,6 @@ public class GeometryBatchFactory {
|
|
mat.setTexture("DiffuseMap", diffuseMap);
|
|
mat.setTexture("DiffuseMap", diffuseMap);
|
|
}
|
|
}
|
|
if (normalMap != null) {
|
|
if (normalMap != null) {
|
|
- TangentBinormalGenerator.generate(mesh);
|
|
|
|
mat.setTexture("NormalMap", normalMap);
|
|
mat.setTexture("NormalMap", normalMap);
|
|
}
|
|
}
|
|
if (specularMap != null) {
|
|
if (specularMap != null) {
|