How to set a click event for a Sphere (Mesh)?
问题 In the picture above you can see a part of my application. I load a file with different values and afterwards I parse them. Then I draw a 3D coordinate system to show the Lab color space. To draw each sphere I use the Mesh - function: /// <summary> /// Vertex für die Kugel /// </summary> struct Vertex { public float x, y, z; // Position of vertex in 3D space public int color; // Diffuse color of vertex /// <summary> /// Konstruktor der Vertex /// </summary> /// <param name="_x">X(A) -