Quote:
Originally Posted by AmitSrivastava
Hello everyone,
i am trying to create an image/application which will work as a mirror,
Anyone uses should be able to view their face as they see it in normal mirror. It should work under all normal condition as normal mirror works.
which technology i should use?
can i do it without OPEN GL?
can anyone have any experience regarding this?
which framework should i use to develop this application?
plz help.......
|
If I understand you right, you want to create an application, that will imitate a mirror. Well, I'd say - it's impossible
For a mirror to work you need a reflective metal surface and since the iPhone screen is not made out of metal, you will get no reflection. openGL or whatever you use to draw something to the screen doesn't make a difference here.
The best possible mirror on the iPhone (again, in my opinion) would be a black texture, since black is most reflective on the iPhone. On the other hand, one can achieve this effect much faster by turning off the iPhone
Sorry, can't help you on this one...