[osg-users] Imported .obj file not showing textures.

JILJITH JOHN jiljithjohncse at gmail.com
Tue Jan 14 01:52:54 PST 2020



[image: Capture.PNG]

[image: Capture.PNG]
Hi,

I am developing a tool for editing 3D models using openscenegraph. When I 
tried to load an .obj file, the texture is not applied. I am getting only 
black shade.
The model is imported using the below code. 


 osg::ref_ptr<osg::Node> model1= osgDB::readNodeFile(path.toStdString());
 model1->setDataVariance(osg::Object::DYNAMIC);



-- 
You received this message because you are subscribed to the Google Groups "OpenSceneGraph Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osg-users+unsubscribe at googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/osg-users/2877ba6a-106a-4833-a726-8c318648a466%40googlegroups.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20200114/bf36d563/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture.PNG
Type: image/png
Size: 4668 bytes
Desc: not available
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20200114/bf36d563/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture.PNG
Type: image/png
Size: 3235 bytes
Desc: not available
URL: <http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/attachments/20200114/bf36d563/attachment-0001.png>


More information about the osg-users mailing list