コード例 #1
0
ファイル: NxDebug.cs プロジェクト: NexusEast/SonicB34T5
 /// <summary>
 /// Renders the outline of an oriented bounding box
 /// </summary>
 /// <param name="box">Oriented bounding box to render</param>
 /// <param name="color">Color of the box lines</param>
 public void DrawWireBox(NxOBB box, Color color)
 {
     DrawWireShape(box.GetCorners(), cubeIndices, color);
 }