|
I would like to manually manipulate camera in viewport from device plugin, simulating alt+mouse drag. I tried to use the FBRenderer::MouseInput() function (called from mSystem.Renderer->...), passing the coordinates, mouse button and modifier as parameters. However, the input is not received. I also tried simple actions like right mouse button, expecting the pop-up menu to show up. Is there any specific location from which the function needs to be called? Is it even possible to manipulate the camera like this?
I also tried to change camera position vector and noticed that if i set the vector of any producer camera, nothing happens. Just the custom camera responds correctly (tested in ormanipcamera sample).
|
|
|