.. | .. |
---|
55 | 55 | |
---|
56 | 56 | void DrawString(Object3D obj); |
---|
57 | 57 | |
---|
58 | | - void BindTextures(cTexture tex, int resolution); |
---|
| 58 | + void BindTextures(cTexture tex, int resolution) throws Exception; |
---|
59 | 59 | void ReleaseTextures(cTexture tex); |
---|
60 | 60 | |
---|
61 | 61 | void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face); |
---|
.. | .. |
---|
82 | 82 | |
---|
83 | 83 | void setCursor(java.awt.Cursor cursor); |
---|
84 | 84 | |
---|
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; |
---|
86 | 86 | |
---|
87 | 87 | void repaint(); |
---|
88 | 88 | |
---|