H Hajuku New member Joined Jan 27, 2021 Messages 1 Reaction score 0 Points 0 Jan 27, 2021 #1 Hallo, ich hätte ne' Frage. Wie kann man Rects mit abgerundeten Ecken drawn. Beispiel: LG Attachments 9qkvh.jpg 53.1 KB · Views: 166
N Neemo Member Joined Jul 20, 2020 Messages 104 Reaction score 11 Points 18 Jan 27, 2021 #2 Hajuku said: Hallo, ich hätte ne' Frage. Wie kann man Rects mit abgerundeten Ecken drawn. Beispiel: View attachment 106 LG Click to expand... Das simpelste wäre kreise in den ecken drawn
Hajuku said: Hallo, ich hätte ne' Frage. Wie kann man Rects mit abgerundeten Ecken drawn. Beispiel: View attachment 106 LG Click to expand... Das simpelste wäre kreise in den ecken drawn
LaVache New member Joined Oct 26, 2020 Messages 44 Reaction score 12 Points 0 Jan 27, 2021 #3 you make a normal rectangle and you make 2 circles that you apply above the rectangle with the same color here is an example Attachments exemple.png 3.9 KB · Views: 141
you make a normal rectangle and you make 2 circles that you apply above the rectangle with the same color here is an example
S sendQueue New member Joined Oct 20, 2020 Messages 5 Reaction score 1 Points 0 Jan 28, 2021 #4 Mit 4 Kreisen funktioniert der Spaß besser.. hab mal eine drawRoundedRect Methode gemacht: https://github.com/sendQueue/LWJGLUtil Und das Mathe dahinter falls es interessiert: https://mathworld.wolfram.com/RoundedRectangle.html // Edit: Removed shortened URLs Last edited by a moderator: Feb 26, 2021
Mit 4 Kreisen funktioniert der Spaß besser.. hab mal eine drawRoundedRect Methode gemacht: https://github.com/sendQueue/LWJGLUtil Und das Mathe dahinter falls es interessiert: https://mathworld.wolfram.com/RoundedRectangle.html // Edit: Removed shortened URLs