Rotate 3D axis camera perspective about arbitrary direction vector
Mostra commenti meno recenti
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 Commento
Bruno Luong
il 13 Nov 2018
Modificato: Bruno Luong
il 13 Nov 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.
Risposta accettata
Più risposte (1)
Bruno Luong
il 12 Nov 2018
0 voti
1 Commento
Categorie
Scopri di più su Camera Views in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
