About Store Forum Documentation Contact



Post Reply 
Texture quality more higher.
Author Message
mizukami Offline
Member

Post: #1
Texture quality more higher.
In 3D model.
we want to texture quality more higher (especially iOS(.pvr)).
So, i guess it may have some approaches.

- Lower compression on each materials setting (not all texture).
- texture compress ourselves (use external utility)
- modifying EE's texture compress functions better

These can do?
05-23-2016 10:59 AM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: Texture quality more higher.
Check D.texFilter and D.texMipFilter. They get a different default value for mobile platforms.
05-23-2016 11:11 AM
Find all posts by this user Quote this message in a reply
mizukami Offline
Member

Post: #3
RE: Texture quality more higher.
Thanks for reply.

(05-23-2016 11:11 AM)Tottel Wrote:  Check D.texFilter and D.texMipFilter. They get a different default value for mobile platforms.

Oh, sorry.
"texFilter" and "texMipFilter" had already set params in my App, for better quality.
05-23-2016 11:30 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Texture quality more higher.
Hi,

Can you tell me, does this apply to the Color Map of a Material?

By default I use 2-bit PVRTC for Material Textures on iOS.

I could add a per-material option to use higher quality 4-bit PVRTC.

This option would be available for each Material separately in the Material Editor.

Would that work for you?
05-24-2016 01:33 AM
Find all posts by this user Quote this message in a reply
mizukami Offline
Member

Post: #5
RE: Texture quality more higher.
(05-24-2016 01:33 AM)Esenthel Wrote:  Can you tell me, does this apply to the Color Map of a Material?
By default I use 2-bit PVRTC for Material Textures on iOS.
I could add a per-material option to use higher quality 4-bit PVRTC.
This option would be available for each Material separately in the Material Editor.
Would that work for you?

Just so.
at some important materials (like hero), make more beauty.
High compression causes material darken.
05-24-2016 02:15 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: Texture quality more higher.
OK, you can expect this soon smile
05-24-2016 07:05 AM
Find all posts by this user Quote this message in a reply
mizukami Offline
Member

Post: #7
RE: Texture quality more higher.
lol
05-24-2016 08:18 AM
Find all posts by this user Quote this message in a reply
Post Reply