mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
update assimp to 6.0.5
This commit is contained in:
parent
2d2eb57e2e
commit
f5cf21cfeb
941 changed files with 22718 additions and 12240 deletions
|
|
@ -314,7 +314,7 @@ public final class AiMesh {
|
|||
* @return true if tangents and bitangents are available
|
||||
*/
|
||||
public boolean hasTangentsAndBitangents() {
|
||||
return m_tangents != null && m_tangents != null;
|
||||
return m_tangents != null && m_bitangents != null;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -477,7 +477,7 @@ public enum AiPostProcessSteps {
|
|||
*
|
||||
* <b>Output UV coordinate system:</b><br>
|
||||
* <code><pre>
|
||||
* 0y|0y ---------- 1x|0y
|
||||
* 0x|0y ---------- 1x|0y
|
||||
* | |
|
||||
* | |
|
||||
* | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue