Added rotation capability and added a new calss Vector3f that holds 3 float values for ex rotation

This commit is contained in:
Ziver Koc 2007-03-17 16:29:39 +00:00
parent c0c78e74dc
commit dd696b2760
9 changed files with 208 additions and 17 deletions

View file

@ -49,7 +49,7 @@ public class Texture {
*
* @param gl The GL context to bind to
*/
public void bind() {
public void bindGL() {
GL11.glBindTexture(target, textureID);
}