So, once you’ve added your marker detection code to Prime31’s AR plug in and you know what pixel(s) in the texture your marker is at…what’s the best way to convert this texel into world-space coordinates?
I’m assuming that I should return the pixel coordinates from the plug-in, and then somehow use a pixel shader to transform that texel’s coordinates to world-space?