Rotate Camera Around Object - Virtual Reality

2 次查看(过去 30 天)
I need to rotate the camera inside the wrl file around an object.
More details: I am planning to connect head movements to the camera movements. this way the user could observe the wrl scene interactively. I need the camera target to be fixed at somewhere but it doesn't seem vrfigure and vr.canvas to have such properties.
I have been working with camera.orientation[x y z k] but cannot perform it for 2 orientations at once. This method is what I do:
%Orient Camera Around Y axis:
camera.orientation = [0 1 0 degreesInRadian]
I have also seen camorbit, camtarget, campos & camrot and so on. They seem to work on axes but not virtual reality!
I need the experienced user's attention please. Many thanks in advance. Ebad

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Camera Views 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by