Aman5692 / min3d

Automatically exported from code.google.com/p/min3d
0 stars 0 forks source link

Texture problem on some devices #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to load a textured obj
2. On some devices, the model will be not textured 

What is the expected output? What do you see instead?
A textured model. Instead, we have an untextured model.

Nevertheless, thanks for that great job.

Original issue reported on code.google.com by Elviish on 31 Jul 2010 at 9:27

GoogleCodeExporter commented 9 years ago
Confirmed on HTC Magic with Froyo

Original comment by christop...@gmail.com on 4 Aug 2010 at 12:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Also confirmed on HTC desire *after* froyo update.

This is easily fixed by resizing the related texture images to a size that is a 
power of 2 on both axis.

Seemingly NPOT texture support was dropped in froyo.

Original comment by bartnl...@gmail.com on 13 Aug 2010 at 11:03

GoogleCodeExporter commented 9 years ago
Thanks Bart for investigating this issue.

Original comment by ippeldv@gmail.com on 3 Sep 2010 at 12:37

GoogleCodeExporter commented 9 years ago
Couldnt we write something that make sure the texture is a size of power of 2? 
Basically resizing?

Original comment by tje...@gmail.com on 3 Nov 2010 at 11:38

GoogleCodeExporter commented 9 years ago
Yea finally I get it working with Froyo.It's indeed a power of 2 but the same 
value in both axis!

For example a image with dimensions of 512x512 pixels. :)

What NOT work is:
3x3 pixels
200x200 pixels
512x256 pixels

I hope this will be fixed in the feature.

- Melroy

Original comment by webmaste...@gmail.com on 24 Jan 2011 at 11:25

GoogleCodeExporter commented 9 years ago
I have the same problem, and resize the textures don't fix it in all models.. 
there are models that works fine with the new textures but others not.. 
And I have another problem, same times DDMS Logout tell me this: "Data exceeds 
UNCOMPRESS_DATA_MAX" and when this occurs I can see any model... Are any 
restriction with the models?? size, type of faces??
I dont know what I can do. Please help, thanks in advance!! 

Anyway, great work with the library ;)

Original comment by mper...@gmail.com on 11 Mar 2011 at 11:10