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,21 @@
MaterialDef Tree {
MaterialParameters {
Color Diffuse (Color) : 0.42 0.26 0.10 1.0
Float WindStrength : 0.15
Float WindSpeed : 0.5
Texture2D BarkMap
Boolean HasBarkMap : false
}
Technique {
VertexShader GLSL150 : Shaders/Tree.vert
FragmentShader GLSL150 : Shaders/Tree.frag
WorldParameters {
WorldViewProjectionMatrix
WorldMatrix
Time
}
}
}