Here is the error message I got in the command prompt when I tried applying the "water_still.png" image to a model:
Exception in thread "main" java.lang.ArithmeticException: / by zero at com.mrcrayfish.modelcreator.texture.TextureAnimation.getCurrentAnimationFrame(TextureAnimation.java:73)
at com.mrcrayfish.modelcreator.texture.TextureEntry.getTexture(TextureEntry.java:63)
at com.mrcrayfish.modelcreator.element.Face.bindTexture(Face.java:363)
at com.mrcrayfish.modelcreator.element.Face.startRender(Face.java:340)
at com.mrcrayfish.modelcreator.element.Face.renderUp(Face.java:246)
at com.mrcrayfish.modelcreator.element.Face.renderUp(Face.java:238)
at com.mrcrayfish.modelcreator.element.Element.draw(Element.java:206)
at com.mrcrayfish.modelcreator.ModelCreator.drawPerspective(ModelCreator.java:306)
at com.mrcrayfish.modelcreator.ModelCreator.draw(ModelCreator.java:293)
at com.mrcrayfish.modelcreator.ModelCreator.loop(ModelCreator.java:255)
at com.mrcrayfish.modelcreator.ModelCreator.(ModelCreator.java:161)
at com.mrcrayfish.modelcreator.Start.main(Start.java:46)
Here is the error message I got in the command prompt when I tried applying the "water_still.png" image to a model:
Exception in thread "main" java.lang.ArithmeticException: / by zero at com.mrcrayfish.modelcreator.texture.TextureAnimation.getCurrentAnimationFrame(TextureAnimation.java:73) at com.mrcrayfish.modelcreator.texture.TextureEntry.getTexture(TextureEntry.java:63) at com.mrcrayfish.modelcreator.element.Face.bindTexture(Face.java:363) at com.mrcrayfish.modelcreator.element.Face.startRender(Face.java:340) at com.mrcrayfish.modelcreator.element.Face.renderUp(Face.java:246) at com.mrcrayfish.modelcreator.element.Face.renderUp(Face.java:238) at com.mrcrayfish.modelcreator.element.Element.draw(Element.java:206) at com.mrcrayfish.modelcreator.ModelCreator.drawPerspective(ModelCreator.java:306) at com.mrcrayfish.modelcreator.ModelCreator.draw(ModelCreator.java:293) at com.mrcrayfish.modelcreator.ModelCreator.loop(ModelCreator.java:255) at com.mrcrayfish.modelcreator.ModelCreator.(ModelCreator.java:161)
at com.mrcrayfish.modelcreator.Start.main(Start.java:46)