Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
607 views
in Technique[技术] by (71.8m points)

opengl es - How can I draw a sphere in Android with lines and triangles together?

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)?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...