Jump to content

Recommended Posts

Posted (edited)

I looked at his alpha channel . . . it isnt a simple edit what there already was, but a complete new one.

 

 

OK I tested how to make texture aplha channel "transparent"

But how to create one from scratch? with the image you have createed?

Edited by Spiritian
Posted (edited)
I don't think you understand how plants are simulated in games. Usually, textures are mapped onto a plane or group of planes and use the alpha transparency mask to simulate strands, branches, leaves, etc.. You can completely change the way a shrub looks just by repainting the texture and its alpha channel, there's no need to change a mesh if its just a group of planes. Edited by Sunnie
Posted

I don't think you understand how plants are simulated in games. Usually, textures are mapped onto a plane or group of planes and use the alpha transparency mask to simulate strands, branches, leaves, etc.. You can completely change the way a shrub looks just by repainting the texture and its alpha channel, there's no need to change a mesh if its just a group of planes.

 

Yes, I realized that when I did some research . . . . but that doesnt explain to me how to create an alpha channel of what I made and save it properly, Because I did a simple test where I just changed the alpha channel with white paint but then it didnt want to save.

Posted

I don't think you understand how plants are simulated in games. Usually, textures are mapped onto a plane or group of planes and use the alpha transparency mask to simulate strands, branches, leaves, etc.. You can completely change the way a shrub looks just by repainting the texture and its alpha channel, there's no need to change a mesh if its just a group of planes.

 

Yes, I realized that when I did some research . . . . but that doesnt explain to me how to create an alpha channel of what I made and save it properly, Because I did a simple test where I just changed the alpha channel with white paint but then it didnt want to save.

 

In each picture file you normally have 3 channels, red, green, and blue. if you are going to use said picture in an application that can readu an alpha channel, it is an additional channel that is used to make transparencies in the combined RGB channels. Alpha channels translates transparency amount by using a gray scale where black is fully transparent and white is fully opaque. In Photoshop, you can easliy add an alpha channel by clicking the channels tab in the navigator and clicking the new channel button at the bottom. Whan you export the image as a DDS, make sure you save in DXT3 or DXT5 ARGB.

Posted

I don't think you understand how plants are simulated in games. Usually, textures are mapped onto a plane or group of planes and use the alpha transparency mask to simulate strands, branches, leaves, etc.. You can completely change the way a shrub looks just by repainting the texture and its alpha channel, there's no need to change a mesh if its just a group of planes.

 

Yes, I realized that when I did some research . . . . but that doesnt explain to me how to create an alpha channel of what I made and save it properly, Because I did a simple test where I just changed the alpha channel with white paint but then it didnt want to save.

 

In each picture file you normally have 3 channels, red, green, and blue. if you are going to use said picture in an application that can readu an alpha channel, it is an additional channel that is used to make transparencies in the combined RGB channels. Alpha channels translates transparency amount by using a gray scale where black is fully transparent and white is fully opaque. In Photoshop, you can easliy add an alpha channel by clicking the channels tab in the navigator and clicking the new channel button at the bottom. Whan you export the image as a DDS, make sure you save in DXT3 or DXT5 ARGB.

 

So will the following work?

 

I make a cutout of my image, Now I take the cutout shape - place it on the alpha channel and colour it in with white and save it in those that you said?

  • 4 years later...
Posted

I know this is one heck of a necro post - but on the slight chance that anyone has found this page and still needs answers,
I threw together a Guide on Steam (you won't need a login to see it). Hope it helps :D

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...