On 20/08/2014 at 10:34, xxxxxxxx wrote:
Hi guys,
I'm trying to reverse lookup a position in space based on the UV coordinates of an object. The way I'm doing it now is loop through the UVW tag and compare each polygon/point's UVW coordinate to the one I'm looking for, and pick the closest. For obvious reasons this is far from accurate (on a low poly object it can be all over the place...). Have I overlooked some straight forward UVW > Position conversion somewhere?
Thanks!