/* *************************** lollipop_ST_001 * Copyright (c) 2010 LOLLIPOPSHADERS. All rights reserved. This program or * documentation contains proprietary confidential information and trade * secrets of LOLLIPOPSHADERS. Reverse engineering of object code is prohibited. * Use of copyright notice is precautionary and does not imply * publication. * * * * Lollipopshaders * www.lollipopshaders.com * info@lollipopshaders.com * * * lollipop_ST_001 * **************************** */ surface lollipop_ST_001( string showSorT = "st"; ) { /*Variables */ varying color sc = (1,0,0); if (showSorT == "s") sc = color(s,0,0); else if (showSorT == "t") sc = color(0,t,0); else if (showSorT == "st") sc = color(s,t,0); Ci = sc; }