Dvonio
Member
|
Texture painting problem.
|
|
12-14-2011 12:36 PM |
|
Fab4
Member
|
RE: Texture painting problem.
I had the same problem once. I cant remember how I fixed it, but I think it was a problem with a texture i deleted. You couldn't see it on the map but by deleting the material this blocks appeared. Does it also occure if you are creating a new map?
|
|
12-14-2011 05:58 PM |
|
Esenthel
Administrator
|
RE: Texture painting problem.
this is because editor uses some epsilon to disable blending between materials to improve performance (if one material is barely visible then material blending is disabled and only 1 material will be used)
if you do not wish such effect let me know, send me world with 1 area + 2 affected materials that are blending with each other. and I'll adjust the blending epsilon value in the editor
press shift+N to view amount of materials blendings
|
|
12-15-2011 04:10 PM |
|
Demostenes2
Member
|
RE: Texture painting problem.
(12-15-2011 04:10 PM)Esenthel Wrote: and I'll adjust the blending epsilon value in the editor
What about making this constant tweakable directly from editor?
|
|
12-15-2011 04:20 PM |
|
ronalmb
Member
|
RE: Texture painting problem.
Hello,
Thank you for the quick reply. I would like to second Demonstenes2's question about making this tweakable from the editor. I would rather request that this become a feature of the editor than have to send you the file to manually edit for us.
Besides, Esenthel's users will grow to a point where having to go through you to fix the issue will result in creating a lot of unneccessary work for you. I have no doubt that this engine can go places and see a lot of users, in time. I believe it would be in your interest, timewise, to make this a feature within the engine rather than something you have to keep doing for every new project or every time folks want to tweak the blending epsilon value.'
Again, thank you for your time and I look forward to what is down the road for the engine!
Michael
|
|
12-15-2011 08:16 PM |
|
fatcoder
Member
|
RE: Texture painting problem.
I agree. I've built worlds before where I haven't had this problem, then I've built others where I've seen it really bad. It seems to be dependent on the materials and how much they get blended together. Therefore, this should really be an adjustable value. In addition, it should also be adjustable in code as well, perhaps through the display settings or the world parameters. I don't use the World Editor at all for my project. My entire terrain is built procedurally, so being able to set this in code is essential.
|
|
12-16-2011 01:04 AM |
|
knocks
Member
|
RE: Texture painting problem.
I also find a high level of sub surface scattering in a material makes this occur.
(This post was last modified: 12-16-2011 05:02 AM by knocks.)
|
|
12-16-2011 03:14 AM |
|
Esenthel
Administrator
|
RE: Texture painting problem.
I wouldn't want this to be made tweakable, to avoid over-complicating such simple thing, but just reduce the epsilon in the codes so it's not causing any trouble with your materials.
That's why if you're still experiencing the issue (I have reduced the epsilon in one of few last releases from 0.065 to 0.050), please send me sample world with area and the materials.
|
|
12-23-2011 11:04 PM |
|