is there a straightforward way to draw 3d lines with graphics.lineTo()/moveTo()? I havent run into anytihng. both of these methods only use x/y for their coordinates.
Im using the 'z' coordinate on my sprites and want to connect them with lines... help is appreciated