[android-developers] Re: Lighting effects in android

2010-04-28 Thread String
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,

Re: [android-developers] Re: Lighting effects in android

2010-04-28 Thread satish bhoyar
yes i want light ray to travel from one position to another. thanks, satish On Wed, Apr 28, 2010 at 1:31 PM, String sterling.ud...@googlemail.comwrote: 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

[android-developers] Re: Lighting effects in android

2010-04-28 Thread AJ
@satish If your light travel is same evry time then you can show it 4-5 images as animation. Otherwise you have to write your own code. Thanks, AJ On Apr 28, 11:37 am, satish bhoyar getsatonl...@gmail.com wrote:  yes i want light ray to travel from one position to another. thanks, satish

[android-developers] Re: Lighting effects in android

2010-04-28 Thread AJ
There is a ApiDemo GLSurfaceView - a spinning triangle I hope this would help you. You want something like this. Thanks, AJ On Apr 28, 11:48 am, AJ ajeet.invinci...@gmail.com wrote: @satish If your light travel is same evry time then you can show it 4-5 images as animation. Otherwise you

Re: [android-developers] Re: Lighting effects in android

2010-04-28 Thread satish bhoyar
thanks AJ will chk it.. On Wed, Apr 28, 2010 at 2:26 PM, AJ ajeet.invinci...@gmail.com wrote: There is a ApiDemo GLSurfaceView - a spinning triangle I hope this would help you. You want something like this. Thanks, AJ On Apr 28, 11:48 am, AJ ajeet.invinci...@gmail.com wrote: @satish

[android-developers] Re: Lighting effects in android

2010-04-28 Thread Robert Green
If it's 2D you can sort of simulate some light with gray/light colored alpha. It really depends on what kind of effect you're talking about and what is to be lit. Could you make a mockup and post it? On Apr 28, 1:17 am, satish bhoyar getsatonl...@gmail.com wrote: Hi all, I am developing one