diff options
Diffstat (limited to 'materials/right_shoe_footprint.vmat')
| -rw-r--r-- | materials/right_shoe_footprint.vmat | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/materials/right_shoe_footprint.vmat b/materials/right_shoe_footprint.vmat new file mode 100644 index 0000000..b58586f --- /dev/null +++ b/materials/right_shoe_footprint.vmat @@ -0,0 +1,49 @@ +// THIS FILE IS AUTO-GENERATED
+
+Layer0
+{
+ shader "shaders/static_overlay.shader"
+
+ //---- Blend Mode ----
+ F_BLEND_MODE 1 // Translucent
+
+ //---- Ambient Occlusion ----
+ TextureAmbientOcclusion "materials/default/default_ao.tga"
+
+ //---- Color ----
+ g_flModelTintAmount "1.000"
+ g_vColorTint "[0.925490 0.925490 0.925490 1.000000]"
+ TextureColor "materials/right_shoe_footprint.png"
+
+ //---- Fade ----
+ g_flFadeExponent "1.000"
+
+ //---- Fog ----
+ g_bFogEnabled "1"
+
+ //---- Metalness ----
+ g_flMetalness "0.000"
+
+ //---- Normal ----
+ TextureNormal "materials/default/default_normal.tga"
+
+ //---- Roughness ----
+ g_flRoughnessScaleFactor "1.000"
+ TextureRoughness "materials/default/default_rough.tga"
+
+ //---- 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]"
+
+ //---- Translucent ----
+ g_flOpacityScale "1.000"
+ TextureTranslucency "materials/right_shoe_footprint.png"
+
+ DynamicParams
+ {
+ g_vColorTint "color"
+ }
+}
\ No newline at end of file |
