Home
Docs
Install
OpenGLContext
move
OpenGLContext.move.movementmanager
Interactions for navigating the context
Classes
class
MovementManager
(
object
):
Base class for movement interaction controllers
__init__
(
self ,
platform
)
Initialize direct movement with the platform it controls
bind
(
self ,
context
)
Bind this navigation mechanism to the context
startExamineMode
(
self ,
event
)
(callback) Create an examine mode interaction manager
This callback creates an instance of examinemanager.ExamineManager, which will manage the user interaction during an "examination" of the scene.
unbind
(
self ,
context
)
Unbind this navigation mechanism from the context