corrected postprocess FlipUVs flag documentation x coord (#5978)
Co-authored-by: Kim Kulling <kimkulling@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||||
* | |
|
* | |
|
||||||
* | |
|
* | |
|
||||||
* | |
|
* | |
|
||||||
|
|||||||
@@ -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
|
||||||
# | |
|
# | |
|
||||||
# | |
|
# | |
|
||||||
# | |
|
# | |
|
||||||
|
|||||||
@@ -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
|
||||||
* | |
|
* | |
|
||||||
* | |
|
* | |
|
||||||
* | |
|
* | |
|
||||||
|
|||||||
@@ -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
|
||||||
* | |
|
* | |
|
||||||
* | |
|
* | |
|
||||||
* | |
|
* | |
|
||||||
|
|||||||
Reference in New Issue
Block a user