feat: player movement

This commit is contained in:
timote koenig
2026-03-10 15:10:05 +01:00
parent 9779430531
commit 8c4c2b372b
225 changed files with 191345 additions and 185 deletions

View File

@@ -0,0 +1,30 @@
{
"format": {
"version": "1.0"
},
"shaders": {
"Main shader": {
"parameters": {
"Common Parameters": {
"ao_intensity": 0.75,
"emissive_intensity": 1,
"horizonFade": 1.2999999523162842,
"nbSamples": 16
},
"Parallax Occlusion Mapping": {
"maxPOMSamples": 16,
"minPOMSamples": 4,
"pomStrength": 1,
"usePOM": false
}
},
"shader": "pbr-metal-rough-with-alpha-blending",
"shaderInstance": "Main shader"
}
},
"texturesets": {
"mixbox": {
"shader": "Main shader"
}
}
}