This should be a simple question. How do I flip a texture directly from the code? I know that probably I must use [java]material.setBoolean();[/java] but I don’t know know what to call to flip a texture.
new TextureKey(“path.jpg”, true); // will flip on the Y
Thanks