Skip to content

Translation status

This page has not yet been translated into English, or its translation is out of date. The current 日本語 version is shown as a fallback.

!viewpoint

viewpoint: 視点の位置を座標で指定する。

省略値
x = (xmin + xmax)/2.0,
y = ymin + 1.5 *(ymax – ymin),
z = zmin + 1.5 *(zmax – zmin)

look_at_point: 視線の位置を指定する。

(省略値: データの中心)

up_direction: Viewpoint, look_at_point とup_direction にてビューフレームを指定する。
              default : 0.0 0.0 1.0

View coordinate frame:
              原点    : look_at_point
              z軸     : viewpoint - look_at_point
              x軸     : up × z axis
              y軸     : z axis × x axis

ビューフレームの決定法

図7.4.11 ビューフレームの決定法

!viewpoint, !look_at_pointとup_directionの設定例

図7.4.12 !viewpoint, !look_at_pointup_directionの設定例