Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
Single colored textures without the blurred effect
It was acceptable for my trophy entity, but it's not acceptable for my current entity. Since my guillotine didn't have this issue, i'm guessing it is caused by the fact that the texture is just one color. Yet, there isn't much of a reason for me to be adding complexity to the texture.
Does anyone know why this is happening? This is the only thing preventing me from releasing this entity.
(This post was last modified: 09-23-2011, 12:46 AM by Your Computer.)
|
|
09-22-2011, 09:06 PM |
|
MrBigzy
Senior Member
Posts: 616
Threads: 18
Joined: Mar 2011
Reputation:
8
|
RE: Single colored textures without the blurred effect
What kind of material did you apply to it when making it?
|
|
09-22-2011, 09:25 PM |
|
Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: Single colored textures without the blurred effect
(09-22-2011, 09:25 PM)MrBigzy Wrote: What kind of material did you apply to it when making it?
I use soliddiffuse, and i've tried everything with it: I've tried having just a diffuse texture, having just diffuse and specular, and having just diffuse, specular and normals. I even tried messing around with the material specific variables. Still got the same effect.
(This post was last modified: 09-22-2011, 09:37 PM by Your Computer.)
|
|
09-22-2011, 09:37 PM |
|
DRedshot
Senior Member
Posts: 374
Threads: 23
Joined: Jun 2011
Reputation:
11
|
RE: Single colored textures without the blurred effect
could it be the type of material you chose (ie Lambert, Blinn etc...)
the only thing I can see what looks a bit strange is that there are no shadows near the edges to give a perception of depth. Maybe you could try adding some details to the colour map around the edges, or adding a normal map (i know you said you've already tried this), - then the blurry effect might dissappear.
Sorry, but that's all I can suggest. Maybe try double checking how the UV's are mapped. They might be stretched too much or something
|
|
09-22-2011, 09:57 PM |
|
Tanshaydar
From Beyond
Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation:
67
|
RE: Single colored textures without the blurred effect
Your texture is dds, isn't it? You sure it is DXT 5?
|
|
09-22-2011, 10:40 PM |
|
Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: Single colored textures without the blurred effect
(09-22-2011, 10:40 PM)Tanshaydar Wrote: Your texture is dds, isn't it? You sure it is DXT 5?
It's PNG. I know the engine supports DDS, PNG, JPG and probably others. The guillotine uses PNG too, and it doesn't have this issue.
|
|
09-22-2011, 10:43 PM |
|
DRedshot
Senior Member
Posts: 374
Threads: 23
Joined: Jun 2011
Reputation:
11
|
RE: Single colored textures without the blurred effect
I don't think it is a bug. I think it is just an illusion. The lack of variation of colour makes the specular lighting look blurry. if you make the material more textured, the blur should go away.
I can't see exactly what you are referring to when you say 'blurry' but if you mean the reflection is too blurry, try lowering the 'r' value of the specular map, or raising the 'g' value. this should increase sharpness.
edit: if you used lambert as the Material in blender, try changing it. Lambert isn't as suitable for metals as blinn. lambert has a softer specular diffuse, which looks really nice on woods, but a bit poor on metals.
(This post was last modified: 09-22-2011, 11:12 PM by DRedshot.)
|
|
09-22-2011, 11:08 PM |
|
Your Computer
SCAN ME!
Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation:
235
|
RE: Single colored textures without the blurred effect
So i was hoping this wasn't the case, but it turns out box lights ruin everything when they are too bright (i.e 1r,1g,1b) for simple textures; otherwise, for "complex" textures they are okay.
|
|
09-23-2011, 12:46 AM |
|
GraphicsKid
Senior Member
Posts: 258
Threads: 34
Joined: Dec 2010
Reputation:
3
|
RE: Single colored textures without the blurred effect
Yea you should only use box lights to add a dim glow to a room, like a VERY faint bluish glow so it isn't pitch black.
|
|
09-23-2011, 09:12 PM |
|
|