Mattizin Posted September 20, 2016 Share Posted September 20, 2016 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 Quote Link to comment Share on other sites More sharing options...
Draco18s Posted September 20, 2016 Share Posted September 20, 2016 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. Quote 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. Link to comment Share on other sites More sharing options...
Guest Posted September 20, 2016 Share Posted September 20, 2016 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. Quote Link to comment Share on other sites More sharing options...
TheGreyGhost Posted September 22, 2016 Share Posted September 22, 2016 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.