View Single Post
  #8  
Old 08-08-2005, 02:53 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
1) Thank you.

Quote:
Originally posted by farshizzo

2) The problem is that mouse navigation is enabled on the main viewpoint. So the jumpiness is caused by the default mouse navigation fighting with your mouse navigation over control of the viewpoint.
[B]Johannes wrote: Can I not transmit the viewpoint as done in, to fix it. It does not seem to work though (see also below)...
view = viz.get(viz.MAIN_VIEWPOINT)
Navigation=SNNewBoth.SNNewBoth(view)


It even happenes also, when default mouse navigation is off. It seems to be related to the y-coordinate of the view not beeing zero.

e.g. if you try to change the line in your example above from self.__view.translate(0,0,-10)
to
self.__view.translate(0,1,-10)
you will experience the jumping.


[\B]
3) Thank you, I will try that.


4) alpha: We have thrown it out, but if it happens again I will send you a Screenshot. I guess both of your guesses make sence, the complexity (I experienced it also a few months ago with field lines. )d
Reply With Quote