Thread: What a drag?
View Single Post
  #1  
Old 02-06-2007, 10:09 AM
Jerry Jerry is offline
Member
 
Join Date: Jun 2004
Posts: 105
What a drag?

What is viz.drag() supposed to do? When I run

duck = viz.add('duck.wrl')
duck.translate(0,1.5,4)
viz.grab(viz.Mouse,duck)

the duck moves with the mouse but doesn't stay under the cursor
as one might expect if it were being dragged.

PS - Is Vizard compatible with Vista?
Reply With Quote