Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Solved][1.7.10] Binding texture in renderWorldBlock changes after time/movement

Featured Replies

Posted

Hi!

 

 

I am toying around with rendering the main Minecraft framebuffer to a block.

 

I have registered my

BlockRenderingHandler

implementing

ISimpleBlockRenderingHandler

, fetching a fresh

renderId

, overriding

renderWorldBlock

(and the other methods of

ISimpleBlockRenderingHandler

), and aside from a few lighting issues, it works as expected, rendering the fully rendered Minecraft framebuffer to the quad ... for a few seconds, and/or as long as I stay within ~4 metres of the block.

 

Returning to the block after having been more than ~4 metres away does not fix the texture, but breaking and replacing the block does.

 

When the block stops rendering the given texture/framebuffer, the bound texture seems to simply become that of the dynamically assembled texture atlas for basic blocks.

 

That is to say, there seems to be nothing wrong with my registering the rendering handler, or binding the framebuffer texture, or even drawing the quads.

 

I cannot pinpoint any issues with the method or class, but I figured perhaps I am doing something wrong? In that case (which is very probably the case), what ought I do instead to render a custom texture - in this case the main Minecraft framebuffer, but it could just as well be any other procedural texture - to a Block/quad?

 

BlockRenderingHandler.java

 

Any help would be much appreciated. I am probably either doing something silly or overlooking something important.

 

 

Thanks!

  • Author

renderWorldBlock

is cached.

 

I used a TileEntitySpecialRenderer instead, which solved all but the lighting issues.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.