Commit vor großem Terrain refactoring
This commit is contained in:
19
blight-assets/src/main/resources/MatDefs/Topology.j3md
Normal file
19
blight-assets/src/main/resources/MatDefs/Topology.j3md
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user