upd
This commit is contained in:
@@ -54539,7 +54539,7 @@
|
||||
m_hipBoneName = "pelvis"
|
||||
m_flHipBoneTranslationScale = 1.0
|
||||
m_nEffectedBoneCount = 3
|
||||
m_flMaxImpactForce = 250.0
|
||||
m_flMaxImpactForce = 310.0
|
||||
m_flMinImpactForce = 50.0
|
||||
m_flWhipImpactScale = 1.0
|
||||
m_flCounterRotationScale = 0.6
|
||||
|
||||
@@ -1,30 +1,42 @@
|
||||
Layer0 {
|
||||
shader "shaders/complex.shader"
|
||||
//---- PBR ----
|
||||
F_SPECULAR "1"
|
||||
//---- 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 1.000000]"
|
||||
TextureColor "textures/building/taras-petrenko-map_0002_base_color.png"
|
||||
//---- Normal ----
|
||||
TextureNormal "textures/building/taras-petrenko-map_0001_nrml_norm.png"
|
||||
//---- Roughness ----
|
||||
g_flRoughnessScaleFactor "0.500000"
|
||||
TextureRoughness "textures/building/roughness.png"
|
||||
//---- Metalness ----
|
||||
g_flMetalness "0.000000"
|
||||
//---- Fade ----
|
||||
g_flFadeExponent "1.000"
|
||||
//---- Fog ----
|
||||
g_bFogEnabled "1"
|
||||
//---- 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]"
|
||||
// THIS FILE IS AUTO-GENERATED
|
||||
|
||||
Layer0
|
||||
{
|
||||
shader "shaders/complex.shader"
|
||||
|
||||
//---- PBR ----
|
||||
F_SPECULAR 1
|
||||
|
||||
//---- 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 1.000000]"
|
||||
TextureColor "textures/building/taras-petrenko-map_0002_base_color.png"
|
||||
|
||||
//---- Fade ----
|
||||
g_flFadeExponent "1.000"
|
||||
|
||||
//---- Fog ----
|
||||
g_bFogEnabled "1"
|
||||
|
||||
//---- Metalness ----
|
||||
g_flMetalness "0.000"
|
||||
|
||||
//---- Normal ----
|
||||
TextureNormal "textures/building/taras-petrenko-map_0001_nrml_norm.png"
|
||||
|
||||
//---- Roughness ----
|
||||
g_flRoughnessScaleFactor "0.500"
|
||||
TextureRoughness "textures/building/roughness.png"
|
||||
|
||||
//---- 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]"
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user