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 <[email protected]> wrote: > @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 <[email protected]> wrote: > > > > > yes i want light ray to travel from one position to another. > > > thanks, > > satish > > > On Wed, Apr 28, 2010 at 1:31 PM, String > > <[email protected]>wrote: > > > > On Apr 28, 7:17 am, satish bhoyar <[email protected]> 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 [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<android-developers%[email protected]> > > > For more options, visit this group at > > >http://groups.google.com/group/android-developers?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

