would it make sense to have the cpu/gpu intensive task of generating the depth data in each image
as a separate process from the actual mesh generation? say you make a target mesh of 100000 polys
but then want to have a higher res mesh, could just re-use the saved depth data go straight to the
geometry construction phase?... just spent 24hrs doing depth generation, wish it could be re-used..