Re: [osg-users] 3D model preparation question

2021-03-26 Thread Jeff White
Thanks for the info. I had already checked the .mtl file and there are no textures referenced in this model. It does everything with materials. All material names in the .obj match what is in the .mtl file as well so I'm not sure what the problem is. The paths all reference the current direc

Re: [osg-users] 3D model preparation question

2021-03-26 Thread Trajce Nikolov NICK
Hi Jeff, I know this problem as well. Obviously each .obj file has .mtl file with it. It is a text file where materials and textures are defined. You can edit with values you find appropriate . As well check the texture paths On Thu, Mar 25, 2021 at 8:46 PM Jeff White wrote: > A few of my 3D mo