Re: [osg-users] [osgPlugins] Loading dae-File results in the object without textures

2015-02-04 Thread Andreas Schreiber
Hi,

sorry for dumb question. 
Found the problem.
It was the letter ß in the path to the objects.

The diffuse texture is loading fine now =).

Lets see how to activate the specular.
 
... 

Thank you!

Cheers,
Andreas

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] [osgPlugins] Loading dae-File results in the object without textures

2015-02-02 Thread Andreas Schreiber
Hi

I already searched in the forum, if there is any solution for my problem. But 
did not find any.

I've been trying to load a dae-File with 
osg::ref_ptrosg::Node building = new osg::Node();
building = 
osgDB::readNodeFile(D:/Uni/Bachelorarbeit/OSG/TestingProject/StraßenSzene/Modelle/House/House.dae);
 .

When I compile my project it shows the house without a texture.

When I drag the dae-File in the osgviewer.exe or open it over the console 
osgviewer house.dae it shows the model with its textures.

I hope anyone can show me what i am doing wrong, or give me an example code 
where a dae-file is loaded.

... 

Thank you!

Cheers,
Andreas

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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org