OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

convert .obj into .ply with texture

Open njfugit opened this issue 2 years ago • 1 comments

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.

njfugit avatar Apr 09 '22 08:04 njfugit

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: @.***>

openscenegraph avatar Apr 09 '22 10:04 openscenegraph