Commit vor Voxel Update für die Klippen

This commit is contained in:
2026-06-11 21:52:00 +02:00
parent fe5dfc19b1
commit a80269e681
143 changed files with 4340 additions and 342 deletions

View File

@@ -0,0 +1,25 @@
MaterialDef Voxel {
MaterialParameters {
Texture2D Tex0
Texture2D Tex1
Texture2D Tex2
Texture2D Tex3
Float TexScale : 4.0
}
Technique {
VertexShader GLSL150 : Shaders/Voxel.vert
FragmentShader GLSL150 : Shaders/Voxel.frag
WorldParameters {
WorldViewProjectionMatrix
WorldMatrix
NormalMatrix
}
RenderState {
FaceCull Off
}
}
}