Jump to content

Recommended Posts

Posted

So I purchased some models from arteria3d a long time ago and I decided to try the tree models that I bought and put it in leadwerks.

But there are still white textures on the leaves I don't know why though.

 

Here's a picture of it:

post-12636-0-40929200-1417160057_thumb.png

Posted

Save the palm texture in a format that supports alpha - like DXT5. The default for when LE converts a texture to a *.tex file is DXT1 which doesn't support alpha.

 

Also, you will need to use the 'diffuse+normal+alphamask.shader' in the material for the palm leaves so it will discard the unwanted white edges. Make sure you create a normalmap of the texture as well and add it to the material.

Win7 64bit / Intel i7-2600 CPU @ 3.9 GHz / 16 GB DDR3 / NVIDIA GeForce GTX 590

LE / 3DWS / BMX / Hexagon

macklebee's channel

Posted

Save the palm texture in a format that supports alpha - like DXT5. The default for when LE converts a texture to a *.tex file is DXT1 which doesn't support alpha.

 

Also, you will need to use the 'diffuse+normal+alphamask.shader' in the material for the palm leaves so it will discard the unwanted white edges. Make sure you create a normalmap of the texture as well and add it to the material.

 

Thank you,I'll try this out and see how it goes.

 

Update:

It works!

Thank you so much!

biggrin.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...