Jump to content

Home

See through fence textures


Eagle_e7

Recommended Posts

Hi

 

I was wondering if anybody knows of a fence texture that has see through sections:)

 

This would be great because it would save me making the fence in real time and killing the frame rate:D

 

unfortunatly because im making an rpg level that is set in a large town ive been working flat out on it:D and dont have much time for looking and testing all the textures:D

 

If you know of such a texture i would be very grateful:D

Link to comment
Share on other sites

Make one, or find one on the net. You just need an alphamapped targa image w/ a shader like this:

 

 

textures/sarlacc/skiff_railing

{

surfaceparm alphashadow

surfaceparm trans

cull disable

{

map textures/sarlacc/skiff_railing.tga

blendfunc blend

rgbGen identity

depthWrite

alphaFunc GT0

}

{

map $lightmap

blendfunc filter

rgbGen identity

tcGen lightmap

depthFunc equal

}

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...