Normand Briere
2019-06-11 4113164b3be1e50251ac40d6fd65660f0a6c2e63
iCameraPane.java
....@@ -55,7 +55,7 @@
5555
5656 void DrawString(Object3D obj);
5757
58
- void BindTextures(cTexture tex, int resolution);
58
+ void BindTextures(cTexture tex, int resolution) throws Exception;
5959 void ReleaseTextures(cTexture tex);
6060
6161 void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face);
....@@ -82,7 +82,7 @@
8282
8383 void setCursor(java.awt.Cursor cursor);
8484
85
- com.sun.opengl.util.texture.TextureData GetTextureData(String tex, boolean bump, int resolution);
85
+ com.sun.opengl.util.texture.TextureData GetTextureData(String tex, boolean bump, int resolution) throws Exception;
8686
8787 void repaint();
8888