corrected postprocess FlipUVs flag documentation x coord (#5978)

Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
This commit is contained in:
Spencer Evans
2025-01-26 15:08:46 -05:00
committed by GitHub
parent bc47836a8f
commit 9f3cd51a87
4 changed files with 4 additions and 4 deletions

View File

@@ -506,7 +506,7 @@ enum aiPostProcessSteps
* *
* <b>Output UV coordinate system:</b> * <b>Output UV coordinate system:</b>
* @code * @code
* 0y|0y ---------- 1x|0y * 0x|0y ---------- 1x|0y
* | | * | |
* | | * | |
* | | * | |

View File

@@ -385,7 +385,7 @@ aiProcess_OptimizeGraph = 0x400000
# #
# <b>Output UV coordinate system:<b> # <b>Output UV coordinate system:<b>
# @code # @code
# 0y|0y ---------- 1x|0y # 0x|0y ---------- 1x|0y
# | | # | |
# | | # | |
# | | # | |

View File

@@ -470,7 +470,7 @@ extern ( C ) {
* material settings and bitangents accordingly. * material settings and bitangents accordingly.
* *
* Output UV coordinate system: * Output UV coordinate system:
* <pre> 0y|0y ---------- 1x|0y * <pre> 0x|0y ---------- 1x|0y
* | | * | |
* | | * | |
* | | * | |

View File

@@ -477,7 +477,7 @@ public enum AiPostProcessSteps {
* *
* <b>Output UV coordinate system:</b><br> * <b>Output UV coordinate system:</b><br>
* <code><pre> * <code><pre>
* 0y|0y ---------- 1x|0y * 0x|0y ---------- 1x|0y
* | | * | |
* | | * | |
* | | * | |