I forgot one last important note while copying / pasting. You also
have to call renderAtTime: on the destination renderer, else you will
not actually render/display the billboard (in this case,
v001DestinationRenderer)
Sorry for the confusion the code would be:
[v001MixerRenderer renderAtTime:time arguments:nil];
mixerResult = [v001MixerRenderer
valueForOutputKey:@"EffectOutput1" ofType:@"QCImage"];
[v001DestinationRenderer setValue:mixerResult
forInputKey:@"DestinationInput1"];
[v001DestinationRenderer renderAtTime:time arguments:nil];
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]