Thread: Sensable ?
View Single Post
  #2  
Old 06-19-2008, 05:09 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are you setting the hd.version option to 1 before importing the hd module? Your code should look like this:
Code:
viz.setOption('hd.version',1)

import hd
Reply With Quote