Can base.openMainWindow disable the control of the camera?

Hello!

I would like to know if a call to:

base.openMainWindow()

can disable the default action of the mouse (controlling the camera)?

I try to reenable it with:

base.enableMouse()

but it doesn’t work… Any idea?

Thanks in advance.

Looks like you have to call base.useTrackball() to restore the default mouse control following a call to base.openMainWindow().

David

Thanks a lot!!!

It worked perfectly!!! :slight_smile:))

(And excuse me please, this is new to me.)