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

@@ -3,8 +3,11 @@ MaterialDef Grass {
MaterialParameters {
Color Color (Color) : 1.0 1.0 1.0 1.0
Texture2D ColorMap
Texture2D NormalMap
Float WindSpeed : 0.5
Float WindStrength : 0.12
Vector3 SunDir : 0.55 0.80 0.35
Color SunColor : 1.0 1.0 0.95 1.0
}
Technique {
@@ -15,6 +18,7 @@ MaterialDef Grass {
WorldViewProjectionMatrix
WorldMatrix
Time
AmbientLightColor
}
RenderState {
@@ -22,7 +26,8 @@ MaterialDef Grass {
}
Defines {
HAS_COLORMAP : ColorMap
HAS_COLORMAP : ColorMap
HAS_NORMALMAP : NormalMap
}
}
}