Hi Tianyun, On 1 August 2013 06:57, tianyun.su <[email protected]> wrote: > 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?
You just assign texture coordinates for each texture unit and assign Texture2D/Image via StateSet. See the osgmultitexture and osggeometry examples. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

