that worked :)
thanks a lot!
stefano

2007/6/28, Andreas Zieringer <[EMAIL PROTECTED]>:

Hi Stefano,

can you try to replace this:

beginEditCP(colorIMG);
     colorIMG->setWidth(width);
     colorIMG->setHeight(height);
endEditCP(colorIMG);

with:

colorIMG->set(Image::OSG_RGBA_PF, width, height);

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to