Hi all, this is my very first post 
I’m just a newbie, and I need some advice ;D
Well, I’m making a tennis game, by now, I only got the ‘court’:
a rectangle with a grass texture, and the court lines ‘painted’ over it.
The problem is that the court lines (actually, they’re only a LineArray) doesn’t change its width when the ‘camera’ gets closer or farer (using Transform3D.lookAt(…)) …and that is not very esthetic i think 
So I don’t know if i should make an image of the court lines and then put it over the grass texture, or maybe something else…
(by the way, I’ve read the tutorial about textures, I have no problem with that :P)
thanks in advance