View Single Post
  #2  
Old 10-08-2009, 12:18 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Currently, the only way to change the look of the cursor is to hide the actual mouse cursor ( viz.mouse.setVisible(False) ), and create an on screen texture quad that is linked to the mouse position. Then you just apply a different texture for each cursor you want.

Future versions of Vizard will support setting the cursor using standard win32 methods.
Reply With Quote