Add files via upload

This commit is contained in:
celisej567
2021-08-05 17:55:37 +03:00
committed by GitHub
parent 76b55e2a87
commit f6a2a1019d
16 changed files with 379 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,31 @@
// THIS FILE IS AUTO-GENERATED
Layer0
{
shader "generic.vfx"
//---- Specular ----
F_SPECULAR 1
//---- Color ----
g_vColorTint "[1.000000 1.000000 1.000000 0.000000]"
TextureColor "materials/dev/primary_white_color.tga"
//---- Fog ----
g_bFogEnabled "1"
//---- Lighting ----
g_flDirectionalLightmapMinZ "0.050"
g_flDirectionalLightmapStrength "1.000"
g_vGlossinessRange "[0.500 1.000]"
g_vMetalnessRange "[0.500 1.000]"
TextureGlossiness "materials/default/default_gloss.tga"
TextureMetalness "materials/default/default_metal.tga"
TextureReflectance "[1.000000 1.000000 1.000000 0.000000]"
//---- Normal ----
TextureNormal "materials/default/default_normal.tga"
//---- Normal Map ----
g_flBumpStrength "1.000"
}

Binary file not shown.