WIP effect and postfx templates for techsets

This commit is contained in:
Jan
2022-09-18 15:37:02 +02:00
parent ee2a5b57f4
commit d0af444506
2 changed files with 125 additions and 0 deletions

View File

@ -0,0 +1,22 @@
// HEAVY WIP
#options MODE (none, dof, mblur)
#options COLOR (none, color, color2)
#if MODE == "none"
#define MODE_NAME ""
#else
#set MODE_NAME "_" + MODE
#endif
#if COLOR == "none"
#define COLOR_NAME ""
#else
#set COLOR_NAME "_" + COLOR
#endif
#set NAME "postfx" + MODE_NAME + COLOR_NAME
#filename NAME + ".techset"
"unlit":
NAME;