Results 1 to 4 of 4

Thread: All points in a DTM

  1. #1
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default All points in a DTM

    Hi, is there a way to find all the points in a DTM and output a TPA of containing each point found?

    FindDTM only seems to output just the center of it o.O. Also I am trying to use dtms for position finding-specifically on the minimap

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Well a DTM is essentially just 1 point.

    It's the parent (main) point found, based on it's relationship to 'itself' and all of the other (child) points.

    You can look into DDTMs which is basically a DTM, but all values (color, tolerance, coordinates, etc) are coded so you can like see/grab values from any point (parent or child).

    Can you explain exactly what you are trying to do, maybe include some pictures?

  3. #3
    Join Date
    Oct 2011
    Posts
    422
    Mentioned
    15 Post(s)
    Quoted
    116 Post(s)

    Default

    Oh. Basically I am trying to use a preset DTM obj to determine whether I am inside an area- specifically a shop. I wonder if you have another more convenient methods for this

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Make a DTM with the main point being your MM dot (white center of MM) and the subpoints being things like, the walls of the building, ladders, doors (red on the minimap) etc.

    If that is found, then most likely you're in the building.

    Best to have some area tolerance, color tolerance (quite a bit of this MM colors vary a lot), and maybe even learn to use FindDTMRotated.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •