Game Development Community

Drawing lines on a football field

by James Anthony Breslin · in Torque Game Engine · 04/30/2007 (1:30 pm) · 1 replies

What is the best way to draw straight white lines on a football field.
I tried doing this with textures but i think the best way to do it is with
some sort of DrawLine function using OpenGL or something similar.
Any help would be great

About the author

Recent Threads


#1
05/04/2007 (9:16 pm)
Well, I can't really help you there, as I'm almost clueless when it comes to any sort of code... But I think the easiest way to do it would be to make a large texture (it depends on your field's size), take that and split it up into several smaller textures, and finally apply that to your DIF.