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