Game Development Community

Rendering Paths

by Pete Michaud · in Technical Issues · 09/15/2009 (7:53 am) · 1 replies

I've searched all over the place for information on how to draw primitives to the screen, but haven't had any luck doing what I really want to do which is render a path: I just want to specify a thickness and color, and have the path render on the screen. Is this possible to do in script?

Alternatively, is there a decent, up-to-date document explaining primitives like lines?

#1
02/19/2010 (5:05 pm)
I'd love to know how to do this as well. I'm trying to set up a flight control-esque system where I can draw a path in-game using touch controls but I'm having trouble learning about primitives and how I could show the path using them.