Skip to content

Commit

Permalink
Added coordinate system and winding order to FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamboree authored Apr 28, 2024
1 parent c2a0d94 commit 455a019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Docs/_3_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ All code in Recast and Detour strictly adheres to the following:

RecastDemo is a bit looser with these requirements, as it's only meant to showcase Recast usage and functionality, not be part of a shipped product.

## What coordinate system and triangle winding order does Recast use?

Recast expects clockwise-winding triangles and uses a right-handed, Y-up coordinate system.

## Why doesn't Recast use STL/Exceptions/RTTI/C++11/my favorite C++ feature?

Recast has always strived to maximize its ease of integration into an existing codebase, its portability to unique platforms, and its runtime performance. Recast was forged in the fires of game development, and as such follows the cultural norms of the games industry.
Expand Down

0 comments on commit 455a019

Please sign in to comment.