Re: [osg-users] own load implementation for pagedLOD

2010-03-07 Thread Sid Vic
Thanks for your reply. That was very helpful, its working perfect now. Just a note for other who may have the same problem: For 1. and 3.: I searched a little for some examples, so i found that the osgphotoalbum is exactly the example i needed. For QImage-Texture conversion the following

[osg-users] own load implementation for pagedLOD

2010-03-03 Thread Sid Vic
Hi, im pretty new to OSG. i want to visualize a large set of small images (sometimes more then 10) like a big chess board but each tile with different height. So pagedLOD seems what im searching for. The images are not loaded from disk, they are loaded from RAM. (they are compressed

Re: [osg-users] own load implementation for pagedLOD

2010-03-03 Thread Chris 'Xenon' Hanson
On 3/3/2010 1:09 AM, Sid Vic wrote: 1. Is it possible to implement my own load routine for pagedLOD so it will use the compressed ByteArrays instead of load images from disk? 2. If i decompress the images they are QImages from Qt-Gui-Toolkit. Is there a simple way to convert them to a