I know how to draw a sphere in Android using lines (using GLES20.GL_LINES
), and how to draw a sphere using triangles (GLES20.GL_TRIANGLES
).
How can I draw this sphere with both lines and triangles (lines with black color, and triangles with green color for example)?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…