Nuclide
Software Development Kit for id Tech
detailtex.qc File Reference

Functions

void DetailTex_Parse (string maptex, string detailtex, float xscale, float yscale)
 
void DetailTex_Reload (void)
 

Variables

const string g_detail_shader
 
const string g_detail_debug
 

Function Documentation

◆ DetailTex_Parse()

void DetailTex_Parse ( string  maptex,
string  detailtex,
float  xscale,
float  yscale 
)

◆ DetailTex_Reload()

void DetailTex_Reload ( void  )

Variable Documentation

◆ g_detail_debug

const string g_detail_debug
Initial value:
=
"{\n"
"{\n"
"map $blackimage\n"
"}\n"
"}"

◆ g_detail_shader

const string g_detail_shader
Initial value:
=
"{\n"
"{\n"
"program defaultwall\n"
"map $diffuse\n"
"}\n"
"{\n"
"map gfx/%s.tga\n"
"tcMod scale %f %f\n"
"blendFunc filter\n"
"}\n"
"}"