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.

Featured Replies

Posted

What is the right way to render a bounding box for a selection of points on screen (with the blocks in the bounding box highlighted in some fashion (like transluscent red) ?

 

There appear to be some functions way down in the source code for handling bounding boxes and was wondering how to maybe use those to achieve the effect (e.g. area selected by the player is highlighted).....

I don't keep an open mind lest someone try to fill it with garbage - Mark Twain

Hi

 

I'd suggest

1) Subscribe to the RenderGameOverlayEvent.Pre event

2) Use the Tessellator in GL11.GL_LINE_STRIP to draw the edges of your box

 

I've posted some similar code from one of my mods which might help you with the key bits, there are a couple of aspects that are hard to figure out from scratch.

https://gist.github.com/TheGreyGhost/035513e206b784591128

 

-TGG

  • Author

Thanks ! I was on the right track and looking at looking at some nifty code from: Irtimaled:

 

https://github.com/irtimaled

 

BoundingBoxReloaded...

 

Got to reading about the tessalotor thing on the minecraft.net page and figured it was the way to go... j

 

ust couldn't figure where (which event) to fire it (still rudamentary knowledge of all the proper events at this point)....

 

I don't keep an open mind lest someone try to fill it with garbage - Mark Twain

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.