API / geotoolkit3d / util / intersection / IIntersectableMesh / IIntersectableMesh
intersection.IIntersectableMesh.IIntersectableMesh
Type Aliases
Type Aliases
Ƭ TriangleData: Object
| Name | Type | Description |
|---|---|---|
triangle | Triangle | Triangle of the mesh. triangle.a, triangle.b and triangle.c corresponding to the three vertices position of the triangle. Vertices coordinates must be in the local coordinate space of the object inheriting this interface. |
value? | number[] | Value per vertex. Each vertex of the triangle can have a value property to be used for rendering with ColorProvider. |