Table of Contents

Method b3RayCastHeightField

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3RayCastHeightField(b3HeightFieldData*, b3RayCastInput*)

Ray cast versus height field in local space. A thin surface with no interior, so there is no overlap case.

public static extern b3CastOutput b3RayCastHeightField(b3HeightFieldData* shape, b3RayCastInput* input)

Parameters

shape b3HeightFieldData*

See the Box3D documentation.

input b3RayCastInput*

See the Box3D documentation.

Returns

b3CastOutput

See the Box3D documentation.