Weiter gearbeitet

This commit is contained in:
2026-06-16 07:03:08 +02:00
parent a80269e681
commit a369647e9c
531 changed files with 8327 additions and 1381 deletions

View File

@@ -28,6 +28,8 @@ MaterialDef TreeLeaf {
Matrix4 LightViewProjectionMatrix5
Vector3 LightPos
Vector3 LightDir
Vector3 SunColor
Vector3 AmbientColor
Float PCFEdge
Float ShadowMapSize
Boolean BackfaceShadows : false
@@ -46,6 +48,10 @@ MaterialDef TreeLeaf {
RenderState {
FaceCull Off
}
Defines {
HAS_SCENE_LIGHT : SunColor
}
}
Technique PostShadow {