-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add FBO technology #7
Comments
Can you be more specific please? On what situation would you like to use a Framebuffer and what do you expect it to behave? EDIT: I know what framebuffer is and what it is used for. I just think using FBO is not that big a requirement in mod rendering (most of things are forwardly rendered). So I would like to see a few examples of real use cases before designing an API. |
FBO may need for post processing effects.yeah, that's what I mean.just for screen shader :) |
In the case of post processing, we need to hack Minecraft's rendering procedure in more depth (establish a deferred rendering pipeline, and give user access to the intermediate gbuffer). But there are some popular mods doing that already, e.g. Shadersmod, and hacking it again sounds like lots of compatibility issues. Any idea how this can be done cleanly? And yes I would love to see the progress of the russian community. |
I got to do just put it on FBO Shader,using the Frambuffer (net.minecraft.client.shader.Framebuffer),but it is colored in red,while this should only occur with entities. A friend suggested that it is possible to map the entity to render. I mean,the access processing of the image on the screen at the level of processing of individual objects. |
I see. I will check the MC's Framebuffer once I have time. Currently tackling the problem of light/fog calculation in shader. |
No description provided.
The text was updated successfully, but these errors were encountered: