Re: iChat perspective view
Re: iChat perspective view
- Subject: Re: iChat perspective view
- From: Wade Tregaskis <email@hidden>
- Date: Mon, 26 Jul 2004 10:33:43 +1000
Sorry if this is a repost, but Apple unsubscribed me from all their
mailing lists again, and I never got a message one way or another from
the moderators as to whether the "off-list" message made it on-list.
You can shear the CTM (current transform matrix) for your NSView (or
equivalent), to get the same effect. To render the lower reflection
you can then just invert the appropriate axis and render the same
frame
again.
Yeah but can you make the reflection effect in the "table top" in the
window? Even if you could, would you want to (with OpenGL)?
Yes, as I said, just fiddle with the CTM and render the frame a second
time. Since this simply uses CoreGraphics it will work with or without
hardware acceleration. It probably will be slow, without, though.
Wade Tregaskis (aim: wadetregaskis)
-- Sed quis custodiet ipsos custodes?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.