Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRaySubMeshResult

The storage structure of the raycast results.

Hierarchy

  • IRaySubMeshResult

Index

Properties

distance

distance: number

The distance between the hit point and the ray.

vertexIndex0

vertexIndex0: number

The index of the triangle vertex 0。

vertexIndex1

vertexIndex1: number

The index of the triangle vertex 1。

vertexIndex2

vertexIndex2: number

The index of the triangle vertex 2。

Generated using TypeDoc