Note: I am not asking for projecting a 3D object onto a 2D camera-view image (for which many answers exist).
It's even simpler than that: I have a 3D model of, say, a street. I want to turn that into a street map. So it's a straightforward top-down / bird's eye view, with no camera view. I'm using OpenCV for image processing.
I realize it's straightforward to program this from scratch, but I would like to know if some routine already exists for doing this in OpenCV.