Posted May 17, 201411 yr How would i make a upside down player like dinnerbone / grumm if you dont know what im talking about heres a picture. http://media-mcw.cursecdn.com/thumb/8/8f/Minecraft_1.6_2013-06-27_15-48-39.J39858193.png/800px-Minecraft_1.6_2013-06-27_15-48-39.J39858193.png[/img]
May 17, 201411 yr I think you would just would intercept the player render event and do a GL scale of -1.0 on the x and y dimensions (but not z as that would also make it backwards). You might have to GL translate a bit too since most of the models aren't quite centered on their origin. Note I think you can search the source code for dinnerbone and such to see the code that is related to them. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
May 17, 201411 yr You use GL11.glRotatef. Rotate it at 180 degrees, other fields are easy to find out. (180F, 1F, 0, 0)
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.