mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-01-28 16:21:06 -05:00
This commit imports the C# engine code and game files, excluding C++ source code. [Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
39 lines
950 B
Plaintext
39 lines
950 B
Plaintext
// THIS FILE IS AUTO-GENERATED
|
|
|
|
Layer0
|
|
{
|
|
shader "shaders/complex.shader"
|
|
|
|
//---- Ambient Occlusion ----
|
|
g_flAmbientOcclusionDirectDiffuse "0.000"
|
|
g_flAmbientOcclusionDirectSpecular "0.000"
|
|
TextureAmbientOcclusion "materials/default/default_ao.tga"
|
|
|
|
//---- Color ----
|
|
g_flModelTintAmount "1.000"
|
|
g_vColorTint "[1.000000 1.000000 1.000000 0.000000]"
|
|
TextureColor "materials/default/default_color.tga"
|
|
|
|
//---- Fade ----
|
|
g_flFadeExponent "1.000"
|
|
|
|
//---- Fog ----
|
|
g_bFogEnabled "1"
|
|
|
|
//---- Metalness ----
|
|
g_flMetalness "0.250"
|
|
|
|
//---- Normal ----
|
|
TextureNormal "materials/default/default_normal.tga"
|
|
|
|
//---- Roughness ----
|
|
g_flRoughnessScaleFactor "1.000"
|
|
TextureRoughness "[0.708000 0.708000 0.708000 0.000000]"
|
|
|
|
//---- Texture Coordinates ----
|
|
g_nScaleTexCoordUByModelScaleAxis "0"
|
|
g_nScaleTexCoordVByModelScaleAxis "0"
|
|
g_vTexCoordOffset "[0.000 0.000]"
|
|
g_vTexCoordScale "[1.000 1.000]"
|
|
g_vTexCoordScrollSpeed "[0.000 0.000]"
|
|
} |