Click event and 3D rotation
Posted: Wed Jun 17, 2009 12:18 pm
Hi,
with a 3D graphic, I display curves and want to select a serie directly by a click on the graphic. For that I use the click event. It works fine,
( void CurveClick(object o, EventArgs e) the object "o" allow to obtain the "line") but when I change the rotation/elevation of the graphic, the "o" object received is not the good one?? It seems that the object received correspond to the line in the "original" position and not with the rotation/elevation modification...
Any information about this strange behaviour?
thanks
with a 3D graphic, I display curves and want to select a serie directly by a click on the graphic. For that I use the click event. It works fine,
( void CurveClick(object o, EventArgs e) the object "o" allow to obtain the "line") but when I change the rotation/elevation of the graphic, the "o" object received is not the good one?? It seems that the object received correspond to the line in the "original" position and not with the rotation/elevation modification...
Any information about this strange behaviour?
thanks