iOS How to add text and pictures to the surface of the sphere (OpenGL) -


enter image description here

i want achieve effect similar top of gif(application name: star chart)

  1. i convert sphere coordinates vertex data , render texture
  2. i use method glkmatrix4makeperspective inside parameters fovyradians achieve effect of zoom
  3. i add text , pictures location on surface of panorama, not know corresponding vertex position. there way use opengl achieve effect ?

    thanks in advance!


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -