flash - Alternative to as3isolib? -


I am working on a flash game that includes an isometric space, I have a as3isolib , and I'm less than influencing how easy it is to use it whether I am delivering it incorrectly or it's not just that big enough to use it for any other post The question is.

Anyway, I'm thinking in a different way to face the problem of isometric positions, and I think I have an idea that can work basically, each The object is provided in the ISO space, has a 3-coordinate position. Those items are then registered with a camera which projects a 3-coordinate position according to the 2-coordinate point on the screen. After that, the movieclip is added to that point on the stage (or on the movie clip of the camera, possibly), and on the hair index of the Y-value of the point. In this way, I find the objects that are close to the camera, "up" above the objects and move on.

So my question is two times:

  1. Do you think the idea that the way I think will work?

  2. Is there an existing 3D matrix / vector package that I should look towards? I know that Matrix is ​​class 3 in Flex 3, but we are not using Flex for this game.

Thanks

You can use 3D libraries like Using PapeVision 3D and Awe 3D, one can get the same. You only need to apply the orthogonal lens in the camera.

View and


Comments