mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
Changes default winding order to be CCW.
This commit is contained in:
parent
f0ccd8d079
commit
bd486bab66
3 changed files with 1 additions and 7 deletions
|
|
@ -655,9 +655,6 @@ function AssimpImportDlg::showDialog(%this, %shapePath, %cmd)
|
|||
//Triangulate is a default(currently mandatory) behavior
|
||||
$Assimp::Triangulate = true;
|
||||
|
||||
//FlipWindingOrder assimp uses ccw, t3d uses cw. Is there any reason to expose this?
|
||||
$Assimp::FlipWindingOrder = true;
|
||||
|
||||
// $Assimp::FlipUVs will be needed for virtually all textured models
|
||||
$Assimp::FlipUVs = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue