Hi everyone.
I am writing something about quartz composer composition and using the
QCCompositionLayer class.
My issue comes from a Quartz composer composition named "Blob.qtz", if
you installed Xcode 3.0, you can type this name in the spotlight
searching text box. After you get that, open it in the Quartz composer
and you will see a pink ball move in the black backgroud.
However, when I generate a QCCompositionLayer instance to use the
Blob.qtz file, and I fetch a window content view layer by using this
code:
[[myWindow contentView] setWantsLayer: YES];
[[myWindow contentView] setLayer: myQCCompositionLayer];
the black background of the blob.qtz goes, and you will see something
very ugly: the pink ball moves in a mosaic, the window background
remain origin texture appearance.
So can anyone tell me how to retain the appearance of the blob.qtz
file exactly as seen in the Quartz Composer?
Thank you very much for any guidance.
_______________________________________________
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]