#Finally fixed it after two years

17 messages · Page 1 of 1 (latest)

weary rover
#

So two years ago I was creating a feature for a mod but never really worked on it cause I couldn't get the rendering to work properly... But now look at this - it looks great! And I even added a neat little wrapper for it :D
(Old Screenshot: #showcase-old message)

#

also works backwards if someone's wondering

abstract aurora
#

nice

hollow dome
weary rover
#

second one

hollow dome
#

oh cool

weary rover
#

Oh btw if anyone's asking this is using custom rendering using a tri-strip
No idea how inefficient it actually is, but rendering lines is quite difficult since lwjgl 3 removed "lines" and "quads" from the rendering modes

#

Mojang has some weird solutions for both but lines won't really work well for UI
And lines with a thickness basically does the same thing like my tri strip

weary rover
hollow dome
#

true but

#

instead of having a bezier curve like 99th order

#

u can have multiple cubic or quad bezier curves toggether

#

one attached to the end of another

#

there is a great video on bezier curves

#

worth a watch imo

weary rover