This site requires JavaScript, please enable it in your browser!
Greenfoot back
tylers
tylers wrote ...

2012/6/30

3d text

tylers tylers

2012/6/30

#
hi how do you make 3d text so far ive made this but it looks wired.
for (int i=0;i<5;i++)
        img.drawString("Clicks: "+record.getClicks(),10+i,50+i);
erdelf erdelf

2012/6/30

#
Why not simply make it with Paint.net, photoshop or something
mjrb4 mjrb4

2012/7/3

#
What do you mean specifically by 3D? With a shadow / box effect, turned at a 3D angle, etc.? As erdelf has said it may make more sense to create it with a graphics package and use it as an image rather than trying to construct that image in code.
You need to login to post a reply.