zw_02 Sat, 08/22/2009 - 11:09 Forums: Other usage issueshow to retrieve the current coordinates?Thanks a lot Paul Jimenez Mon, 08/24/2009 - 09:48 Current coordinates? Of what exactly? A Vertex? A position in the grid? The View's eye position? ... Log in to post comments zw_02 Fri, 08/28/2009 - 13:46 i mean how to get the current coordinates of the view's eye position:) Log in to post comments Paul Jimenez Fri, 08/28/2009 - 15:07 void V3d_View::Eye(V3d_Coordinate &X, V3d_Coordinate &Y, V3d_Coordinate &Z) const; Log in to post comments zw_02 Mon, 08/31/2009 - 15:28 i got it ,thank you Log in to post comments
Mon, 08/24/2009 - 09:48
Current coordinates? Of what exactly? A Vertex? A position in the grid? The View's eye position? ...
Fri, 08/28/2009 - 13:46
i mean how to get the current coordinates of the view's eye position:)
Fri, 08/28/2009 - 15:07
void V3d_View::Eye(V3d_Coordinate &X, V3d_Coordinate &Y, V3d_Coordinate &Z) const;
Mon, 08/31/2009 - 15:28
i got it ,thank you