Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Walkthrough Shaders

Page: 1 of 1
 gotcha8903
11-10-2003, 11:14 PM
#1
I need to use a visible non-solid shader, how do I make one?

It will be like the part of the last level in JO where if u follow Desann's shadow you fall into a bottomless pit.
-thanks
 WadeV1589
11-10-2003, 11:37 PM
#2
textures/mymap/mytexture
{
surfaceparm trans
surfaceparm nonsolid
{
map $lightmap
}
{
map textures/mymap/mytexture
blendFunc GL_DST_COLOR GL_ZERO
}
}
Page: 1 of 1