Game Development Community

Draw simple shapes in canvas using Torque Script

by JuanMa · in Torque Game Engine · 11/01/2007 (3:05 pm) · 2 replies

Is there a way to use torque script to draw simple geometric shapes with solid colors in the canvas?
if not is there a way around this?

Thank you.

Juan

#1
11/01/2007 (11:58 pm)
.
#2
11/02/2007 (3:27 am)
Hmm, you could develop a gui control that has exposed script functions for doing what you want by calling the appropriate DGL functions. Just a guess.