i am using openscenegraph to show a bridge model.I use Texture2D to represent an image.Now,the problem is that the image is too large, about 1G .if i load the whole image at one time,it would be a waste of computer memory. I want to implement the effect similar to google map.Loading image of different quality according to distance of view sight. Is there any body know how to achieve that?