i can draw 2D points without problems. but how i represent the 3D?
for the 3D point we must do X = X + Z and Y = Y + Z? is these calculation correct?
(i have found these calculation on internet, but i need some corrections for start drawing 3D)