dxDrawLine3D ( x, y+1, z1, x, y, z1, tocolor ( 255, 0, 0, 230 ),2,true)--x
dxDrawLine3D ( x+1, y, z1, x, y, z1, tocolor ( 0, 255, 0, 230 ),2,true)--y
dxDrawLine3D ( x, y, z1, x, y, z1+1, tocolor ( 0, 0, 255, 230 ),2,true)--z
Hi! How can I create this mover ? I dont know the calculations to move dxDrawLine3D. Thanks for help.