Re: [Fxruby-users] FXGLViewer#translate
Status: Inactive
Brought to you by:
lyle
From: Joel V. <vj...@PA...> - 2003-06-18 15:28:27
|
Lyle Johnson wrote: > FXGLViewer#create calls #setBounds, which in turn resets the model's > center to its original position (i.e. the center of the bounding box for > the model). So the effects of your call to FXGLViewer#translate are > wiped out before you get a chance to see them. Ah, that makes sense. Thanks. I'll put the call at the end of my scene-generating code. |