i have 2 things that are totally separate from each other, and i want to draw a line connecting them. they don't have a parent/child relationship, and i don't want them to, i just want to show a line, in my game's editor.
the objects are movable by the user - i don't have to make the movement of the line automatic as with parent/child relationship - it can be recomputed from scratch each frame.
is there a way to draw a line betwen 2 objects in blitz3d? if not, what would you suggest?
the objects are movable by the user - i don't have to make the movement of the line automatic as with parent/child relationship - it can be recomputed from scratch each frame.
is there a way to draw a line betwen 2 objects in blitz3d? if not, what would you suggest?