tree algorithm

Hello
I want to present my new tree algorithm. Actually I programmed it for a little game.

Here you can have a look:
www.protectedzone.de

Could I ask you what you used to render the text? :stuck_out_tongue:

I just use g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);

Oh, thought you used LWJGL. :stuck_out_tongue: Nice work by the way!

Ok. Thank you :slight_smile: