|
@@ -652,7 +652,7 @@ public class J3MLoader implements AssetLoader {
|
|
technique.setLogic(new SinglePassAndImageBasedLightingLogic(technique));
|
|
technique.setLogic(new SinglePassAndImageBasedLightingLogic(technique));
|
|
break;
|
|
break;
|
|
default:
|
|
default:
|
|
- throw new UnsupportedOperationException();
|
|
|
|
|
|
+ throw new IOException("Light mode not supported:" + technique.getLightMode());
|
|
}
|
|
}
|
|
|
|
|
|
List<TechniqueDef> techniqueDefs = new ArrayList<>();
|
|
List<TechniqueDef> techniqueDefs = new ArrayList<>();
|