Posted October 5, 20186 yr This is a bit of a continuation of this thread, but isn’t not the exact same subject so I’ve started a new thread. My have a bunch of problems to do with rendering, lighting & code practice: 1) I’ve been told that I should be using Forges Render Pipeline instead of the BufferBuilder directly 2) I can’t figure out how (efficiently/properly) to do lighting in my rendering 3) I don’t know to do smooth (ambient occlusion) rendering So I’m asking the following questions (numbered relating to the problem the address) 1,2,3) How does Forges Render Pipeline work? 3) How can I create my own baked quads (on the fly)? (So that I can pass them to the Pipeline and have all the smooth rendering taken care of) 1) How can I create & render custom shapes using the Pipeline? Anybody feel free to answer any part of any question or just post any information you think is (even slightly) relevant. I can’t find any information anywhere about this. Edited October 5, 20186 yr by Cadiboo 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)
October 6, 20186 yr Author So it seems pretty much the entire Pipeline was added in 1 commit about 3 years ago and it has been barely touched (except for optimisation & updates) since. The only people who have worked on it are RainWarrior (who made it), AlgorithmX2, williewillus and bs2609 (who appears to be maintaining it) (and LexManos & Mezz & cpw with formatting & licensing). Edit: Looking back through PRs it appears that quite a lot of people understand how the Pipeline works (and how to efficiently use it) If I manage to understand how it works or find any documentation I’ll put it in this thread. Edited October 6, 20186 yr by Cadiboo 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.