Thanks - it turned out to be a misplaced image file.

Alan

Cysneros, Nelson SPAWAR wrote:
> I had a similar problem, but my cow was black.  
>
> What worked for me was to normalize it, because I changed the scale of
> my cow.
>
>     osg::StateSet* rootState = node->getOrCreateStateSet();
>     rootState ->setMode(GL_NORMALIZE,osg::StateAttribute::ON);
>
>
> I am using OSG 2.0 though.  Hope this helps
>
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Alan
> Harris
> Sent: Sunday, August 12, 2007 4:55 AM
> To: osg-users@lists.openscenegraph.org
> Subject: [osg-users] Inserting models
>
>
> I have a paged terrain database to which I tried to add cow.osg.
>
> It appears fine except it is white - missing the usual chrome etc.
>
> I am missing something obvious (but not obvious to me!).
>
> I am version 1.2.
>
>   
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to