Interface RayBillboardIntersectionResult

レイとビルボードの交差判定結果。

Hierarchy

  • RayBillboardIntersectionResult

Properties

Properties

position: Vector3Like

レイとビルボード平面との交差点の座標。

rayScale: number

 レイの先端を交差点に一致させるスケール。

レイとビルボードの交差点 = レイの始点 + レイの方向ベクトル x rayScale

という関係になる。

ビルボード上の交差点座標。

レイとビルボードの交差点をビルボード座標系で表した座標。

ビルボード座標系は、ビルボードの中心を原点とし、ビルボードの縦横の大きさを 1 とする。

つまり -0.5 <= uv.x <= 0.5 かつ -0.5 <= uv.y <= 0.5 の時、 交差点はビルボード内部にある。

Generated using TypeDoc