hvergi Posted July 24, 2016 Posted July 24, 2016 I am deciding if I should use the TESR to handle drawing the block or if there is something new I missed that could do the job. Basically without making you read the code, the TE has multiple states that determine the overall look of the block. The front of the block however needs to display the current Item in a similar fashion to an itemframe and a progress bar. There could be anywhere from 0-100 of these things in a players viewport not really sure how many people will use. Is the TESR the best tool for the job? Note there isn't an issue with the tileentity it does it job even without a change in graphics. Quote
hvergi Posted July 24, 2016 Author Posted July 24, 2016 There is no moving parts, the shape of the model is just a cube. There is parts though that change, the display port needs to display the current item the TE is holding within it. (drawing the current item over the defined area) There should be a progress bar that display the TE current progress with the item. A simple 0,25,50,75,100 state works here. Any Item can be added to the TE, The item can change over the life of the TE and it could be empty. Quote
hvergi Posted July 24, 2016 Author Posted July 24, 2016 Ahh, I'll take a look into doing it the cached way, saves me from having to refresh my memory of open gl. At the moment it isn't a pressing concern I can work on other things just don't like leaving something part done. Quote
Recommended Posts
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.