[android-developers] Re: business card design in opn gles

2010-04-24 Thread Lance Nanek
Multi-texturing is when you have multiple textures for the same geometry. A single triangle, for example, with two images mapped to it. It isn't needed for the method I recommended. That uses one texture for each geometry. Textures can have transparent areas. Depending on how you set your depth

[android-developers] Re: business card design in opn gles

2010-04-21 Thread Lance Nanek
Creating a texture with the whole text for each business card would be slow and take up a lot of texture memory. Instead you should create one texture that has all the characters needed from the font. To draw the whole text for any business card you then, for each character of that text, use a

[android-developers] Re: business card design in opn gles

2010-04-21 Thread tina lincon
taaanx lance but is it possible to superimpose one texture upon another?wat u talkng isnt it concept abt multitexturing On Apr 21, 2:47 pm, Lance Nanek lna...@gmail.com wrote: Creating a texture with the whole text for eachbusinesscardwould be slow and take up a lot of texture memory.

[android-developers] Re: business card design in opn gles

2010-04-21 Thread tina lincon
i mean is it possible to superimpose 1 texture upon another?like d card is 1 rectangleu take anothr small rectangle n texture d photo in it...and anothr rectangle with text textured in it...and we goto superimpose these two tiny rectangles into d big rectangle..so wat i mean to ask is is it

[android-developers] Re: business card design in opn gles

2010-04-21 Thread tina lincon
i mean to ask whether it is possible to superimpose 1 texture upon another..Like here in my application,acc to wat u say,i shud be having a big rectangle and 1 small rectangle with photo textured onto it and another small rectangle with text textured onto it and we need to superimpose dose 2 small

[android-developers] Re: business card design in opn gles

2010-04-20 Thread tina lincon
any idea??? On Apr 15, 4:47 pm, Yahel kaye...@gmail.com wrote: Sorry to be that guy Most people on the list including me are not native english speakers. Your text seems to be in some kind of text message gibberish, can you try that again ? Yahel On 15 avr, 12:45, tina lincon

[android-developers] Re: business card design in opn gles

2010-04-15 Thread tina lincon
does android support multitexturing as presently android supports only open gles1.0 n multitexturing is der only on open gles 1.1..so hw is it possible widout multitexturing to design dis buisiness card? On Apr 15, 3:45 pm, tina lincon tina.theresalin...@wipro.com wrote: Hi, I'm

[android-developers] Re: business card design in opn gles

2010-04-15 Thread Yahel
Sorry to be that guy Most people on the list including me are not native english speakers. Your text seems to be in some kind of text message gibberish, can you try that again ? Yahel On 15 avr, 12:45, tina lincon tina.theresalin...@wipro.com wrote: Hi, I'm presently working with 3d