Hi Carsten,

thanks for the quick reply.

> createEmpty() is for when you want to create an object that is not 
> cloned from the prototype for that type - it's only for special 
> purposes, mostly creation of the prototype instance itself, and should 
> only be used when really needed.

I changed it to

  _osd = SimpleTextForeground::create();


>>   _osd->setSize(25.0);
>>   _osd->setColor(Color4f(0.5, 0.5, 0.5, 0.5));
>>   _osd->setFamily("Helvetica");
>>   _osd->setHorizontalAlign(2);
>>   _osd->setVerticalAlign(0);
>> 
>>   _osd->addLine("hello world");
>>   _pwin->getPort(0)->editMFForegrounds()->push_back(_fileGrabber);
> 
> you are adding _fileGrabber not _osd to the window. Typo?

I copied the wrong line of code. The next line reads:

  _pwin->getPort(0)->editMFForegrounds()->push_back(_osd);

> Just to be sure, you are not creating an OpenGL 3+ core only context - 
> or have set OSG_OGL_COREONLY or OSG_CHECK_COREONLY compile time options?

OSG_ENABLE_OGL_COREONLY is set to OFF
(can't find any CHECK)

> Does text rendering with e.g. testTextTXFTexture work? Does it list the 
> font you are using for the foreground?

testTextTXFTexture works. I changed Helvetica to "Bitstream Vera Sans", which 
is used in the test-binary.

Unfortunately, this did not change the result.

Cheers,
Keyan

> 
>       Cheers,
>               Carsten
> 
> ------------------------------------------------------------------------------
> 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


------------------------------------------------------------------------------
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