Hi,

My name is Paul and I am Brazilian. I'm still a beginner in programming with 
OSG.
I can not go through the Tutorial 3 (texturedGeometry) because I can not read 
no files. Plugin error occurs. It appears that a plugin reading was not found 
and the following condition is always true and the program ends. 

//lines 123-129//
if (!klnFace)
   {
      cout << " couldn't find texture, quitting." << endl;
      return -1;
  }


Commenting this part, the program runs normally, but without success, no 
textures. I have tried various textures as jpg, but it did not work. I use 
Windows XP Service Pack 3 with Visual Studio 2008 Professional Edition.

Thank you!

Cheers,
Paulo

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=25569#25569




Attachments: 
http://forum.openscenegraph.org//files/texturedgeometry_191.cpp


_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to