Antonio Bleile wrote:
> Hi,
>
>   
>> Antonio Bleile wrote:
>>     
>>> Hi,
>>>
>>> it seems as if the PolygonForeground isn't working correctly in
>>>       
>> conjunction
>>     
>>> with a FBOViewport....
>>> It just doesn't render at all :(
>>>
>>>       
>> IIRC, I've had it working before, but I've never defined my own
>> positions/texcoords, but rather used the default. I.e. I only set the
>> material. Have you tried that?
>>     
>
>
> Mh.... It's not working. I also compiled today's CVS version,
> same result, the foreground doesn't show up. Do you have 
> working sample code?
>   
Sorry for my former misinformation, but foregrounds in combination with
an FBOViewport did never work, because the FBOViewport (at least in the
old 1.8 version) is simply missing the following two lines in its render
method:
    for(UInt16 i=0; i < getForegrounds().size(); i++)
        getForegrounds(i)->draw(action, this);

Bye
Yvonne

> Regards,
>
>   Toni
>
>
>
> -------------------------------------------------------------------------
> 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
> Opensg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/opensg-users
>   

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
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
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to