I would like to develop a python application to import an obj file and then allow the user to interact with it, moving the loaded objects (including the roll and span movements). Furthermore, when the user clicks on an area of the model, the application will be able to take the 3D mouse coordinates. Any suggestion about how to obtain mouse coordinates (x,y,z)?
UPDATE this is the example code : pastebin.com/FxGczBEt I would like to print the x,y,z mouse coordinates instead of x,y only ("OnMouseDown" function)... I haven't found anything useful in the wx-python library...