Commit vor großem Terrain refactoring

This commit is contained in:
2026-06-08 08:42:45 +02:00
parent 7faed35287
commit 1297869dfa
119 changed files with 9784 additions and 1614 deletions

View File

@@ -0,0 +1,19 @@
MaterialDef Topology {
MaterialParameters {
Float Interval : 10.0
Float LineWidth : 0.12
Float Opacity : 0.55
}
Technique {
VertexShader GLSL150: Shaders/Topology.vert
FragmentShader GLSL150: Shaders/Topology.frag
WorldParameters {
WorldViewProjectionMatrix
WorldMatrix
}
RenderState {
Blend Alpha
DepthWrite Off
}
}
}