Search found 3 matches

by jessie123
Thu May 22, 2014 7:32 pm
Forum: Issues, bugs, etc.
Topic: viewing textured obj files
Replies: 8
Views: 27025

Re: viewing textured obj files

I use Andy's package
by jessie123
Thu May 22, 2014 6:51 pm
Forum: Issues, bugs, etc.
Topic: viewing textured obj files
Replies: 8
Views: 27025

Re: viewing textured obj files

Yes there were! I didn't even think to look there.
[14:51:10] [OBJ::Load::MTL parser] Failed to load texture file: /Users/test/Desktop/test/d floorplan.png

I double checked my mtl file, and the name is floorplan.png, and made sure that it still loads in Meshlab.

If I change my map_Kd to map_Ks I ...
by jessie123
Thu May 22, 2014 4:28 pm
Forum: Issues, bugs, etc.
Topic: viewing textured obj files
Replies: 8
Views: 27025

viewing textured obj files

Hi,
I'm trying to view a very simple obj file, textured from a png. I open it in CloudCompare but it just shows up as gray. It shows up fine in Meshlab. Is this feature supported?

Here is my obj file:
mtllib floorplan.mtl
# Vertices
v 1 0 0
v 1 1 0
v 0 1 0
v 0 0 0

vn 0.0 0.0 1.0

vt 1 0
vt 1 1
vt ...