You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
495 B
18 lines
495 B
//========= Copyright © 1996-2013, Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
// $NoKeywords: $
|
|
//=============================================================================//
|
|
|
|
#include "materialsystem/ivisualsdataprocessor.h"
|
|
#include "materialsystem/base_visuals_data_processor.h"
|
|
|
|
const char g_szMaterialParamNames[MATERIAL_PARAM_ID_COUNT][32] =
|
|
{
|
|
{ "$baseTexture" },
|
|
{ "$phongexponenttexture" },
|
|
{ "$bumpmap" },
|
|
{ "$anisodirtexture" },
|
|
{ "$masks1" }
|
|
};
|