소스 검색

Update models_mesh_picking.c

pull/1812/head
Ray 4 년 전
부모
커밋
0565fb9fb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/models/models_mesh_picking.c

+ 1
- 1
examples/models/models_mesh_picking.c 파일 보기

@ -197,7 +197,7 @@ int main(void)
collision.normal.y,
collision.normal.z), 10, ypos + 30, 10, BLACK);
if (triHitInfo.hit && strcmp(hitObjectName, "Triangle") == 0)
if (triHitInfo.hit && TextIsEqual(hitObjectName, "Triangle"))
DrawText(TextFormat("Barycenter: %3.2f %3.2f %3.2f", bary.x, bary.y, bary.z), 10, ypos + 45, 10, BLACK);
}

불러오는 중...
취소
저장