Game Development Community

Can we draw a dot line in Torque

by Hien · in Technical Issues · 04/01/2008 (7:34 am) · 2 replies

Hi everybody. Because of some purposes in my pool game so i want to draw a dot line to represent the direction of the ball (like other existing billiard game) . Do you have any idea for my stuff. Please tell me as soon as possible

About the author


#1
04/02/2008 (6:59 am)
Have you considered using some sort of beam shaped object and using a texture (with alpha) to make the dotted line pattern?
#2
04/02/2008 (7:07 am)
The path markers draw dotted lines between them, for the AI paths for example. So it's possible, you might want to look into how those are done, especially considering you will need variable length paths.