bplist00 YcopyrightTname_editorViewerWindow[descriptionYrootPatch_qamera.b-l-a-c-k-o-p.com]Waffle Matrix_702 109 512 430 0 0 1280 778 _The Waffle Matrix UclassUstateWQCPatchAMUnodes[connectionsXuserInfo)A (Skey\QCVideoInput !"#$%&'Zanisotropy\wrappingMode[highQuality[borderColorVtarget]filteringMode\mipmapLevelsVuseYUV"[ClampToEdge_R=0 G=0 B=0 A=0_GL_TEXTURE_RECTANGLE_EXTO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}}XBilinear \VideoInput_1 *+@WQCClear,-./05=''_systemInputPortStates_ivarInputPortStates_clearDepthBuffer_clearColorBuffer12W_enable3'Uvalue 67ZinputColor389:;<UgreenTblueUalphaSredO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff} WClear_1 BC_QCRenderInImageDEFG #" %&_publishedInputPortsVheightUwidthHSr *I@,-./JMP''1K3' 6N3O9:;<O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff} TUq[QCBillboard,-VWXYZ]!nj!!\pixelAlignedWversion\squarePixels[CIRendering1[3' 6^_`abcfghik]inputRotationVinputYVinputX]inputBlendingZinputScale3d9:;<eeee"?3333j3l#?333333O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}3[Billboard_1 st]QCImageKerneluvwx'z~ZsourceCode\automaticDOD_customInputPortStates_Q/* Contact: ms.black@black-op.com Published by b-l-a-c-k-o-p.com Copyright (c) 2007-2008 http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode */ kernel vec4 msBlackSuperTileMask(sampler input_image, sampler mask_image, float input_subdivisions) { float subdivisions = int(input_subdivisions/2.0); vec2 image_size = samplerSize(input_image); vec2 mask_size = samplerSize(mask_image); vec2 box_size = floor(image_size/subdivisions); vec2 pixel_coord = samplerCoord(input_image); vec2 maxel_coord = samplerCoord(mask_image); vec2 box_coord = mod(pixel_coord,box_size)*subdivisions; vec2 normal_coord = mod(pixel_coord,box_size)/box_size; vec2 mask_coord = normal_coord*mask_size; vec4 pixel = sample(input_image, box_coord); vec4 maxel = sample(mask_image, mask_coord); pixel.a = clamp((maxel.x+maxel.y+maxel.z)/3.0,0.0,1.0); return pixel; } {|_input_subdivisions3}#@OW streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+namemsBlackSuperTileMaskpositionNSValue* {_NSPoint=ff}A"noteContact: ms.black@black-op.com Published by b-l-a-c-k-o-p.com Copyright (c) 2007-2008 http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode ]ImageKernel_1 Zidentifier]QCImageFilterw" &%#[inputColor0[inputColor1]inputCenter_Y]inputCenter_XZinputWidth^inputSharpness39:;<eeee39:;<e3#@n3#@t3#@D3O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff} _CheckerboardGenerator_1_CICheckerboardGenerator  D_publishedOutputPortsO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+nameCropToImageSizepositionNSValue* {_NSPoint=ff}i scrolling TportTnodeUinputOw streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+name output_imageZSplitter_2\output_image Ov streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+name input_imageZSplitter_1[input_image\connection_6\connection_1\connection_7\connection_2ZsourceNodeZsourcePort_destinationNode_destinationPort_ImageDimensions_1_outputPixelsWideVCrop_1_inputRectangle_ZVoutputZinputImage_outputPixelsHigh_inputRectangle_W [outputImageO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+namecropped_output_image_cropped_output_image w" &%#_inputRectangle_Y_inputRectangle_X33O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}_VCICrop _QCImageDimensionsO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff} ZQCSplitterYportClass]QCGLImagePortO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+nameSourcepositionNSValue* {_NSPoint=ff} O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+nameMatchpositionNSValue* {_NSPoint=ff}WPatch_2 w" &%#33#@~33O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}9^ w" &%#]inputContrast_inputBrightness_inputSaturation3#@03#--@3eO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}_ColorControls_1_CIColorControls suv'_/* Contact: ms.black@black-op.com Published by b-l-a-c-k-o-p.com Copyright (c) 2007-2008 http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode */ kernel vec4 msBlackInvertRGBLeaveAlpha(sampler input_image) { vec4 pixel = sample(input_image, samplerCoord(input_image)); float average = 1.0-clamp((pixel.x+ pixel.y+ pixel.z)/3.0,0.0,1.0); pixel.r = average; pixel.g = average; pixel.b = average; return pixel; } O_ streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+namemsBlackInvertRGBLeaveAlphapositionNSValue* {_NSPoint=ff}JnoteContact: ms.black@black-op.com Published by b-l-a-c-k-o-p.com Copyright (c) 2007-2008 http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode ]ImageKernel_2\connection_8\connection_4\connection_5\connection_3Zmask_imageq    Ov streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+name video_input[video_inputO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff} scrollingf_RenderInImage_1 @VQCCube-,<?_`a !"$&'()*+-.0134579:^inputColorLeft\inputCulling[inputHeightWinputRXWinputRY_inputColorFrontWinputRZ_inputColorRight\inputZBuffer^inputColorBackVinputZ]inputColorTopZinputDepth_inputColorBottom3#9:;<eeee3%3e33e333,9:;<eeee33/9:;<eeee3j329:;<eeee33j36#?389:;<eee3e3;9:;<eee1=3' O streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+positionNSValue* {_NSPoint=ff}VCube_1BDFGIK@C_inputImageFront@E]inputImageTop( @H^inputImageBack@J^inputImageLeft@L_inputImageRightO streamtyped@NSMutableDictionary NSDictionaryNSObjectiNSString+ scrollingNSValue* {_NSPoint=ff}e',AMWr EP]iu|py{|  %05FLQW[H^ek|UVWdp */49>CEJST!,9Q * 8 I T b    $ ) 2 7 @ E  .E).39>_jv-4GX_j{Ypyy;HS\ft,5*/4=BG %7INW\ej#0=JXu+.?Dz} #+3EM_l{05:?HM^chy~  9 J \ m { N!