Advertisement

iso trajectory problem

Started by April 28, 2003 04:15 PM
0 comments, last by stilltjack 21 years, 9 months ago
Howdy Folks, I have an isometric game in which you can aim a ship''s cannon and then set the angle in a format somewhat similar to movement in games like homeworld. I''ve come up with several ad hoc solutions, but none that seem to work convincingly. Is there a correct way to approach this? I apologize if this is a common problem, I have never used this forum before. -dave
you only need to be concerned by two things: having a function to convert iso screencoords to 2d worldcoords, and vice versa.
then you can do all your calculations in unskewed/rotated 2d worldspace, and the problem becomes considerably easier.

This topic is closed to new replies.

Advertisement