On Apr 28, 7:17 am, satish bhoyar <getsatonl...@gmail.com> wrote:

> I am developing one app where I need light effect. the exact is it should
> give a feel like light is traveling. I know one way i.e. by using
> GLSurfaceView, but  is there any other way to achieve this ?

No, there's no other way, apart from rolling your own simulation using
Canvas (generating semitransparent gray "shadows" at a location you
manually specify, that kind of thing). If your lighting effects are
constant, you could pre-render them into your PNGs with a graphics app
on your desktop machine, but I'm guessing that's not what you want.

String

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to