hi ,
yhats what i see
aff.jpg
i have many spheres
i draw this spheres like that
for(i=0,i<sphere.size(),i++)
{
int posx=sphere[i].x
int posy=sphere[i].y
int posz=sphere[i].z
..................
}
for(i=0,i<sphere.size(),i++)
{
int posx=sphere[i].x
int posy=sphere[i].y
int posz=sphere[i].z
..................
}
To copy to clipboard, switch view to plain text mode
and for each sphre[i] there is name
char name=sphere[i].name
char name=sphere[i].name
To copy to clipboard, switch view to plain text mode
i want when i put (don't clic) on sphere i can see her name
(each red sphere has name deferent to the others)
you understand me now?
Bookmarks