darshanpopat (Darshan Popat) Newbie
Joined: 30 Mar 2017 Posts: 1
|
Posted: Thu Mar 30, 2017 1:57 pm Post subject: Convert .obj model into .osg model |
|
|
Hi,
I am trying to convert .osg file from .obj file and .mtl file associated with .obj file with one texture jpg file.
I have tried to make .osg file using "osgconv" command from terminal but I am not getting texture in the model.
Can you please help me getting texture in .osg file.?
...
Thank you in Advance!
Cheers,
Darshan |
|
robertosfield OSG Project Lead
Joined: 18 Mar 2009 Posts: 12205
|
Posted: Sun Apr 02, 2017 11:21 am Post subject: Convert .obj model into .osg model |
|
|
HI Darshan,
When you say texture "in" the .osg, do you mean the actual texture
image data stored in the .osg file? If so the .osg format doesn't
supoort this, you'll need to use OSG native binary formats .osgb and
.ive for this. In OSG master the .osgt now support inlining images,
but the existing stable releases don't supoort this.
Robert
On 30 March 2017 at 14:57, Darshan Popat <> wrote:
Quote:
|
Hi,
I am trying to convert .osg file from .obj file and .mtl file associated with .obj file with one texture jpg file.
I have tried to make .osg file using "osgconv" command from terminal but I am not getting texture in the model.
Can you please help me getting texture in .osg file.?
...
Thank you in Advance!
Cheers,
Darshan
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=70618#70618
|
------------------
Post generated by Mail2Forum |
|