the official as3isolib blog

actionscript3 isometric library (v1/v2)

Iso Dimensional measurements

This picture has been around for awhile but I never realized that it was not publicly accessible.  I updated the image with where the origin is located with respect to drawn content and how that relates to the content container.

iso dimensional comparison

8 responses to “Iso Dimensional measurements

  1. anggie bratadinata December 8, 2009 at 10:40 am

    I & my colleagues have just launched a facebook game titled “Tiki Farm”.
    We use as3isolib.

    http://apps.facebook.com/tikifarm/

    p.s. would you please tell me why i’m being banned from the usergroup ?

  2. willyr February 9, 2010 at 3:35 pm

    This little image here really put things into perspective for me on my own engine, thanks! 😀

  3. jwopitz February 11, 2010 at 2:44 am

    Are you still banned from the user group? I am not sure why you were banned. Sorry for my late reply.

  4. darnpunk February 18, 2010 at 3:13 pm

    I am wondering, how can I get the width and length in iso as accurately as possible from a movieclip so that I can set width and length correctly?

  5. Menopia August 23, 2011 at 7:04 pm

    Actually I don’t understand what IsoMath.screenToIso(pt) do, How I can place my object in x:50, y:30 in screen coordinates. Is it by converting my pt which is (50, 30) to iso by IsoMath.screenToIso(pt) and do object.moveTo(pt.x, pt.y)??

  6. jwopitz August 31, 2011 at 12:02 pm

    IsoDisplayObjects only know iso-spatial coordinates. So if you know where in screen spatial coordinates you’d like an IsoDisplayObject to appear, you need to inform it in the system it understands which is iso. Generally most of your user-interactions will take place going from screen to iso. The only time you’d probably use iso to screen is if you wanted to overlay some GUI element ontop of a given iso object,

  7. sangwook September 5, 2011 at 12:17 pm

    hi, i have depth problem.

    i have used DefaultSceneLayoutRenderer but it did’t work.

    my source is here: smilejsu.tistory.com

    i have no idea what to do.

    help me

Leave a reply to willyr Cancel reply