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
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
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?
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
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)