|
Hi all ! ����������� i am writing an interactive
application in Java3d. I am using the mousepressed
event on canvas3d want to convert the values obtained from e.getX() and e.getY() to java3d cords. How can I do that.
Using Canvas3D.getPixelLocationInImagePlate gives me very small values that are
not suitable for viewing. I want the object to be quite big. What methods shud I use? Do I need any scaling or other transformations?
If yes, which ones? Thanks ! Kapil |
