Arbeiten aus dem URlaub

This commit is contained in:
2026-05-19 12:55:05 +02:00
parent b8a0234ad2
commit 4f48834e2c
403 changed files with 23402 additions and 6389 deletions

View File

@@ -0,0 +1,28 @@
MaterialDef Grass {
MaterialParameters {
Color Color (Color) : 1.0 1.0 1.0 1.0
Texture2D ColorMap
Float WindSpeed : 0.5
Float WindStrength : 0.12
}
Technique {
VertexShader GLSL150: Shaders/Grass.vert
FragmentShader GLSL150: Shaders/Grass.frag
WorldParameters {
WorldViewProjectionMatrix
WorldMatrix
Time
}
RenderState {
FaceCull Off
}
Defines {
HAS_COLORMAP : ColorMap
}
}
}