.. | .. |
---|
55 | 55 | |
---|
56 | 56 | void DrawString(Object3D obj); |
---|
57 | 57 | |
---|
58 | | - void BindTextures(cTexture tex, int resolution) throws Exception; |
---|
59 | | - void ReleaseTextures(cTexture tex); |
---|
| 58 | + //void BindTextures(cTexture tex, int resolution) throws Exception; |
---|
| 59 | + //void ReleaseTextures(cTexture tex); |
---|
| 60 | + void BindPigmentTexture(cTexture tex, int resolution) throws Exception; |
---|
| 61 | + void BindBumpTexture(cTexture tex, int resolution) throws Exception; |
---|
| 62 | + void ReleasePigmentTexture(cTexture tex); |
---|
| 63 | + void ReleaseBumpTexture(cTexture tex); |
---|
60 | 64 | |
---|
61 | 65 | void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face); |
---|
62 | 66 | |
---|
.. | .. |
---|
82 | 86 | |
---|
83 | 87 | void setCursor(java.awt.Cursor cursor); |
---|
84 | 88 | |
---|
85 | | - com.sun.opengl.util.texture.TextureData GetTextureData(String tex, boolean bump, int resolution) throws Exception; |
---|
| 89 | + com.sun.opengl.util.texture.TextureData GetTextureData(cTexture tex, boolean bump, int resolution) throws Exception; |
---|
86 | 90 | |
---|
87 | 91 | void repaint(); |
---|
88 | 92 | |
---|