added highlighting -> bug all assets are transparent

This commit is contained in:
Cedric Beck
2024-11-21 09:56:40 +01:00
parent 56256fb9c0
commit a8a725611f
16 changed files with 22953 additions and 3607 deletions

View File

@@ -0,0 +1,28 @@
MaterialDef Cartoon Edge {
MaterialParameters {
Int NumSamples
Int NumSamplesDepth
Texture2D Texture
Texture2D NormalsTexture
Texture2D DepthTexture
}
Technique {
VertexShader GLSL150: MatDefs/SelectObjectOutliner/Post15.vert
FragmentShader GLSL150: MatDefs/SelectObjectOutliner/OutlinePre.frag
WorldParameters {
}
}
Technique {
VertexShader GLSL100: Common/MatDefs/Post/Post.vert
FragmentShader GLSL100: Shaders/outline/OutlinePre.frag
WorldParameters {
}
}
}