.. | .. |
---|
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 | |
---|