Hi,

On Sat, 2012-05-12 at 16:07 +0200, Volker Settgast wrote:
> Hello,
> 
> the HDR stage init method is not working for my setup. The code in void 
> HDRStage::initData(RenderAction *pAction) (OSGHDRStage.cpp)
> 
> 
>          pData = setupStageData(
>              pAction->getActivePartition()->getViewportWidth (),
>              pAction->getActivePartition()->getViewportHeight());
> 
>          pData->setWidth 
> (pAction->getActivePartition()->getViewportWidth ());
>          
> pData->setHeight(pAction->getActivePartition()->getViewportHeight());
> 
> seems to be not working with my WIN32 window.
> With pAction->getActivePartition()->getViewportWidth ()/height I always 
> get a size of 2x2 (also if reinitialized after the window is created).

that is a bug, it uses the active partition before initializing it
properly. I'll fix it.

kind regards
  gerrit



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to