Compositor: new node "Z Combine", to combine two images with comparing

depth values. Current version doesn't make nice AA though... that I
check on next.
This commit is contained in:
2006-02-20 18:33:55 +00:00
parent 11a5d80420
commit ec47d960dc
2 changed files with 101 additions and 0 deletions

View File

@@ -222,6 +222,7 @@ void set_node_shader_lamp_loop(void (*lamp_loop_func)(struct ShadeInput *, str
#define CMP_NODE_OUTPUT_FILE 223
#define CMP_NODE_TEXTURE 224
#define CMP_NODE_TRANSLATE 225
#define CMP_NODE_ZCOMBINE 226
/* filter types */