This commit is contained in:
Oscar
2025-05-25 19:14:50 +03:00
parent df4b259d17
commit 4d212f2ff8
27 changed files with 735 additions and 142 deletions

View File

@@ -0,0 +1,63 @@
{
"RootObject": {
"__guid": "43c5a0e3-1bec-414e-a5b7-101e4f3070c7",
"Flags": 0,
"Name": "interactionspanel",
"Enabled": true,
"NetworkMode": 0,
"Components": [
{
"__type": "Sandbox.WorldPanel",
"__guid": "e77429f1-f1a2-46f9-a266-6758afc60489",
"HorizontalAlign": "Left",
"InteractionRange": 0,
"LookAtCamera": false,
"PanelSize": "1024,512",
"RenderOptions": {
"GameLayer": true,
"OverlayLayer": true,
"BloomLayer": false,
"AfterUILayer": false
},
"RenderScale": 1,
"VerticalAlign": "Center"
},
{
"__type": "Sandbox.InteractionPanel",
"__guid": "127b843f-1d34-4b1e-b2f9-3e0229d52935"
}
],
"Children": [],
"__variables": [],
"__properties": {
"FixedUpdateFrequency": 50,
"MaxFixedUpdates": 5,
"NetworkFrequency": 30,
"NetworkInterpolation": true,
"PhysicsSubSteps": 1,
"ThreadedAnimation": true,
"TimeScale": 1,
"UseFixedUpdate": true,
"Metadata": {},
"NavMesh": {
"Enabled": false,
"IncludeStaticBodies": true,
"IncludeKeyframedBodies": true,
"EditorAutoUpdate": true,
"AgentHeight": 64,
"AgentRadius": 16,
"AgentStepSize": 18,
"AgentMaxSlope": 40,
"ExcludedBodies": "",
"IncludedBodies": ""
}
}
},
"ShowInMenu": false,
"MenuPath": null,
"MenuIcon": null,
"DontBreakAsTemplate": false,
"ResourceVersion": 1,
"__references": [],
"__version": 1
}

View File

@@ -0,0 +1,22 @@
"Layer0"
{
"shader" "shaders/complex.shader"
"g_flAmbientOcclusionDirectDiffuse" "0.000000"
"g_flAmbientOcclusionDirectSpecular" "0.000000"
"TextureAmbientOcclusion" "materials/default/default_ao.tga"
"g_flModelTintAmount" "1.000000"
"g_vColorTint" "[1.000000 1.000000 1.000000 0.000000]"
"TextureColor" "materials/default/default_color.tga"
"g_flFadeExponent" "1.000000"
"g_bFogEnabled" "1"
"g_flDirectionalLightmapMinZ" "0.050000"
"g_flDirectionalLightmapStrength" "1.000000"
"g_flMetalness" "0.000000"
"TextureNormal" "materials/default/default_normal.tga"
"TextureRoughness" "materials/default/default_rough.tga"
"g_nScaleTexCoordUByModelScaleAxis" "0"
"g_nScaleTexCoordVByModelScaleAxis" "0"
"g_vTexCoordOffset" "[0.000 0.000]"
"g_vTexCoordScale" "[1.000 1.000]"
"g_vTexCoordScrollSpeed" "[0.000 0.000]"
}