C++
Side-Mask Pattern Node


main index


Introduction

For this assignment you will add functionality to a custom pattern node called SideMask that was written in class.


What is Expected?

The current implementation of the SideMask node allows an artist to apply two colors to a surface - one color for the front side and a second color for the back side. Your extended version of the SideMask node should enable an artist to:
    - use a checkbox to swap the front/back side colors,
    - use a slider to perform a cross-dissolve of the two colors.

You are to render a 150 frame animation (HD 540 or 720) that will "show off" the artistic capabilities of your version of the SideMask pattern node.