Posted November 10, 20186 yr Is there any preferable tutorial regarding OpenGL/Renders that i can widely apply for Minecraft. Im planning to code a lightning bolt effect but i just dont know how to start with it.
November 10, 20186 yr 9 minutes ago, Heltrato said: Im planning to code a lightning bolt effect but i just dont know how to start with it. You can see how minecraft renders it's lightning bolt to start. In general the game barely uses raw opengl, it mostly uses a lot of wrappers/helper classes around it. Rendering is mostlydone with BufferBuilder, opengl knowledge won't really help you here and you should never use opengl directly if the game has a wrapper/helper instead. So I would suggest familiarizing yourself with the BufferBuilder instead of learning opengl.
November 16, 20186 yr There are a ton of tutorials available in the industry but which is the best are tough to find, Now we are listing openGL/render Java tutorials: https://hackr.io/tutorials/learn-java
November 16, 20186 yr You might want to look at https://github.com/Cadiboo/WIPTechAlpha/blob/fb5883e9d76ef0361ec1ebbcb9c508611dd2ef6b/src/main/java/cadiboo/wiptech/client/ClientUtil.java#L87 About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
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.