Reference Topics > ジオメトリ表示 > 外部サーフェス
外部サーフェス
外部サーフェスは 2 つの垂直な単位ベクトル (e1 および e2)、平面の法線 (e3)、平面の基準点、および関数 user_init_surf() から返る外部 ID で構成されます。
データフォーマット:
e1[3] Unit vector, in the u direction
e2[3] Unit vector, in the v direction
e3[3] Normal to the plane
origin[3] Origin of the plane
foreign_id Foreign ID returned by user_init_surf()
外部サーフェスコールバック関数 user_eval_surf() によってパラメータ化が行われます。
これは役に立ちましたか?