openscenegraph / OpenSceneGraph

OpenSceneGraph git repository
http://www.openscenegraph.org
Other
3.25k stars 1.42k forks source link

convert .obj into .ply with texture #1129

Open njfugit opened 2 years ago

njfugit commented 2 years ago

Hello, I want to ask if you can convert obj files with texture and material information (such as shapenet dataset) into ply files with texture information. thank you.

openscenegraph commented 2 years ago

On Sat, 9 Apr 2022 at 09:42, njfugit @.***> wrote:

Hello, I want to ask if you can convert obj files with texture and material information (such as shapenet dataset) into ply files with texture information. thank you.

The osg-users group is the best place for support questions like this.

In general for conversion work you can use osgconv source_file.ext1 destiniation_file.ext2 where ext1 and ext2 are the respective file extensions, but the corresponding ReaderWriter must support that action - most are just loaders and don't support write.

Message ID: @.***>