Android OpenGL ES generate a circular mesh for texture
问题 I'm new to OpenGL-ES on Android, and I have a question regarding generating a mesh for a texture that represents a circle. Desired mesh on the left, and my Texture on the right: How do i generate the mesh on the left? and then render it in the following way: triangle1{Centerpoint, WhitePoint, nextpointclockwise(say #1)}, triangle2{Centerpoint, point#1, nextpointclockwise(say #2)}, triangle3{Centerpoint, point#2, nextpointclockwise(say #3)} 回答1: This will create the vertices and texture