Okay so I’m new to OpenGL and I need a way of reflecting a texture (loaded with Slick-Util) for the 2D top-down RPG I’m making. I haven’t found any glReflectf method in OpenGl so I don’t know how to accomplish this task. Can I do this with glRotatef by rotating on an axis other than the z axis, or is there another way? Thank you.