Rotate 3D axis camera perspective about arbitrary direction vector
古いコメントを表示
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 件のコメント
Bruno Luong
2018 年 11 月 13 日
編集済み: Bruno Luong
2018 年 11 月 13 日
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.
採用された回答
その他の回答 (1 件)
Bruno Luong
2018 年 11 月 12 日
0 投票
1 件のコメント
カテゴリ
ヘルプ センター および File Exchange で Camera Views についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
