Rotate 3D axis camera perspective about arbitrary direction vector
Mostrar comentarios más antiguos
I have the 3D graphic below. I would like to rotate the camera perspective about the axis represented by the pink dashed arrow until I am viewing the blue arc edge-on. The rotate 3D tool seems limited in the range of camera motion that it allows, and is not letting me do this. Is there a programmatic substitute that will let me get arbitrary camera perspectives specified, for example, using a 3x3 rotation matrix?

1 comentario
Bruno Luong
el 13 de Nov. de 2018
Editada: Bruno Luong
el 13 de Nov. de 2018
Actually I don't understand whn you say there is a limitation of range.
According to this page the CameraTarget/CameraPosition can be anything, so the looking direction is not limited. Similar to CameraUpVector, it look like you can twist the camera projection plane by arbitrary angle.
This parameters seem to be directly related to intrinsic Tait–Bryan convention and you can control through using rotation matrix/quaternion by proper conversion.
Respuesta aceptada
Más respuestas (1)
Bruno Luong
el 12 de Nov. de 2018
0 votos
1 comentario
Categorías
Más información sobre Camera Views en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
