0

Hi guys am new to andorid openGl. I drawm an image using texture and shader ,

Now my question is it possible to draw more images using the same texture or we need to have more texture ?

Ed.
  • 304
  • 2
  • 16

1 Answers1

0

You can use this blog post as reference, and, when applying textures via coordinates, do it with four parts

webo80
  • 3,365
  • 5
  • 35
  • 52
  • Need to draw in andorid wear, could you help me to draw , i already saw this tutorial and bit confusing .. see this http://stackoverflow.com/questions/35007529/draw-an-image-based-texture-in-opengl-androidwear?rq=1 – Ed. Feb 05 '16 at 09:18