Posted September 20, 20169 yr Hi, where can i find infos/documentation or tutroials about the Tesselator and how it works so i can learn to do special Render things ? Thanks in advance
September 20, 20169 yr The Tessellator* is a wrapper around OpenGL calls, so if you want to know how to use it, you need to know how to use the GL11 library. *Renamed several times, I think it's now VertexBuffer. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
September 20, 20169 yr The Tessellator itself didn't have its name changed but most of its methods were moved to WorldRenderer in 1.8 which was renamed to VertexBuffer in 1.9.
September 22, 20168 yr Hi You might find this example project useful https://github.com/TheGreyGhost/MinecraftByExample See MBE21 and especially https://github.com/TheGreyGhost/MinecraftByExample/blob/master/src/main/java/minecraftbyexample/mbe21_tileentityspecialrenderer/TileEntitySpecialRendererMBE21.java Also this link http://greyminecraftcoder.blogspot.com.au/2014/12/the-tessellator-and-worldrenderer-18.html It's for 1.8 but the concepts are the same. -TGG
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.