.. | .. |
---|
42 | 42 | Camera ManipCamera(); |
---|
43 | 43 | Camera RenderCamera(); |
---|
44 | 44 | |
---|
45 | | - boolean SetCamera(Camera c); |
---|
| 45 | + boolean SetCamera(Camera c, boolean set); |
---|
46 | 46 | |
---|
47 | 47 | cVector TargetLookAt(); |
---|
48 | 48 | |
---|
.. | .. |
---|
86 | 86 | |
---|
87 | 87 | void setCursor(java.awt.Cursor cursor); |
---|
88 | 88 | |
---|
89 | | - com.sun.opengl.util.texture.TextureData GetTextureData(java.awt.image.BufferedImage stream, String tex, boolean bump, int resolution) throws Exception; |
---|
| 89 | + com.sun.opengl.util.texture.TextureData GetTextureData(cTexture tex, boolean bump, int resolution) throws Exception; |
---|
90 | 90 | |
---|
91 | 91 | void repaint(); |
---|
92 | 92 | |
---|