Forum > Modelling and Animation

[Solved] Wmo texture problem

(1/1)

ladiszlai:
Hello

I created a custom wmo , but i having problems with the textures:

When I'm away from the wmo the texture is dark.

Picture :



But when i near to the wmo the texture is working.

Picture :



Someone have got ideas ? I don't think it is a blp problem.

sshroud:
It's a blp problem, you need to generate more mipmaps(around 9) for the texture. The game renders a smaller version of the texture from a distance, but since you haven't generated it, it just turns black.

You can control mipmaps in a program like BLP Lab, just take a look at an official game texture file and mimic all its properties.

ladiszlai:

--- Quote from: "sshroud" ---It's a blp problem, you need to generate more mipmaps(around 9) for the texture. The game renders a smaller version of the texture from a distance, but since you haven't generated it, it just turns black.

You can control mipmaps in a program like BLP Lab, just take a look at an official game texture file and mimic all its properties.
--- End quote ---

Thanks for helping :)

Now works.

Navigation

[0] Message Index

Go to full version