Hi, Robert
Thank you for your kind reply, I will try osg::Image Copy function to see if it 
works.
But how to use multi-texturing to layer the images onto the geometry as you 
mentioned?

Tianyun

From: Robert Osfield
Date: 2013-08-01 14:43
To: osg-users
Subject: Re: [osg-users] put multiple image file on one elevation model
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
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to