Short Name:
|
Enumeration of behaviour flags for reading 3D models.
The flags are applied in the order of their ordinal value (e.g. flip before swap).
The following table lists all iemts of this enum type, including their string tags (if defined).
Enumeration Item | ||
---|---|---|
None
|
No behaviour flags. |
|
FlipX
|
Flip vertex X-coordinates? |
|
FlipY
|
Flip vertex Y-coordinates? |
|
FlipZ
|
Flip vertex Z-coordinates? |
|
FlipU
|
Flip texture U-coordinates? |
|
FlipV
|
Flip texture V-coordinates? |
|
FlipNormals
|
Flip normal vectors? |
|
FlipWinding
|
Flip vertex winding of indexed triangle list primitives? |
|
SwapXY
|
Swap the X-axis and Y-axis? |
|
SwapXZ
|
Swap the X-axis and Z-axis? |
|
SwapYZ
|
Swap the Y-axis and Z-axis? |
|
MaterialAlbedo
|
Set Model.Material.albedo to |
|
MaterialEmissive
|
Set Model.Material.emissive to |
|
MaterialReflectivity
|
Set Model.Material.reflectivity to |
|
MaterialGloss
|
Set Model.Material.gloss to |
|
ModelGroup
|
Does the model file contain a group of 3D models? |
The following table shows all usages of this config type.
Used By:
|