Hi Tianyun, On 24 April 2013 09:31, Tianyun Su <[email protected]> wrote: > I have an elevation model and multiple image files (jpeg format). The four > vertex coordinates of each image file are recorded in a text file. So, I > wonder how can I put all these image files on he surface of elevation model > with their vertex coordinates. Now, I can put only one image file on the > elevation model.
You could use multi-texturing to layer the images onto the geometry, or compositie the images into a single images using a tool like GDAL. Potentially you could use the osg::Image copy functions if the images are all in the same coordinate frame and align consistently but this will only be possible in special cases. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

