This commit is contained in:
Oscar
2025-05-25 18:16:55 +03:00
commit df4b259d17
551 changed files with 32089 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
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/stage/fabric_0005_base_color_2k.jpg"
//---- Normal ----
TextureNormal "textures/stage/fabric_0005_normal_2k_norm.png"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "textures/stage/fabric_0005_roughness_2k.jpg"
//---- 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]"
}

View File

@@ -0,0 +1,31 @@
Layer0 {
shader "shaders/complex.shader"
//---- PBR ----
F_SPECULAR "1"
F_METALNESS_TEXTURE "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/stage/metal_0056_color_2k.jpg"
//---- Normal ----
TextureNormal "textures/stage/metal_0056_normal_direct_2k_norm.png"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "textures/stage/metal_0056_roughness_2k.jpg"
//---- Metalness ----
TextureMetalness "textures/stage/metal_0056_ao_2k.jpg"
//---- 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]"
}

View File

@@ -0,0 +1,28 @@
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 "[0.800000 0.800000 0.800000 1.000000]"
TextureColor "materials/default/default_color.tga"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "materials/default/default_rough.tga"
//---- 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]"
}

View File

@@ -0,0 +1,28 @@
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 "[0.532440 0.000000 0.228098 1.000000]"
TextureColor "materials/default/default_color.tga"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "materials/default/default_rough.tga"
//---- 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]"
}

View File

@@ -0,0 +1,30 @@
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/stage/plastic_0010_color_2k.jpg"
//---- Normal ----
TextureNormal "textures/stage/plastic_0010_normal_directx_2k_norm.png"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "textures/stage/plastic_0010_roughness_2k.jpg"
//---- 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]"
}

View File

@@ -0,0 +1,30 @@
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/stage/plastic_0010_color_2k.jpg"
//---- Normal ----
TextureNormal "textures/stage/plastic_0010_normal_directx_2k_norm.png"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "textures/stage/plastic_0010_roughness_2k.jpg"
//---- 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]"
}

View File

@@ -0,0 +1,30 @@
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/stage/taras-petrenko-map_0002_base_color.png"
//---- Normal ----
TextureNormal "textures/stage/taras-petrenko-map_0001_nrml_norm.png"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "textures/stage/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]"
}

View File

@@ -0,0 +1,28 @@
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 "[0.800000 0.800000 0.800000 1.000000]"
TextureColor "materials/default/default_color.tga"
//---- Roughness ----
g_flRoughnessScaleFactor "0.500000"
TextureRoughness "materials/default/default_rough.tga"
//---- 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]"
}