sorry abt that. what i was aiming to do is to create a shape,
say a sphere on the space where the mouse was clicked. the
z-coor will be fixed so the only problem is to get the
corresponding x,y coor of the point on the vworld where i
clicked the mouse. the Example3.java shows me where the points
of the vworld are on a specific area of the canvas.
this point is represented by the moving colorcube when you
move your mouse within the window. the fix colorcube is just
a marker to the center. as you would see, that was not what i
wanted.

my first solution is to move the z-coor close enough to the screen
so that it would seem that the point where the mouse is matches
with the coordinates on the vworld. but this solution doesnt
increase the range of the x,y coor (�0.37, �0.37). i could scale
it but it might not be a good solution all together.

so, any ideas?

thanks again in advance.

- ian

__________________________________
www.edsamail.com

Attachment: Example3.java
Description: Binary data

Reply via email to