collada loader no longer sets default wrapping mode to MIRROR. See https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3714378

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@728 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
aramis_acg 2010-05-20 12:09:22 +00:00
parent f9b06f8d89
commit 7f4cc4ca60
1 changed files with 2 additions and 2 deletions

View File

@ -426,8 +426,8 @@ struct Sampler
Sampler() Sampler()
: mWrapU (true) : mWrapU (true)
, mWrapV (true) , mWrapV (true)
, mMirrorU (true) , mMirrorU ()
, mMirrorV (true) , mMirrorV ()
, mOp (aiTextureOp_Multiply) , mOp (aiTextureOp_Multiply)
, mUVId (0xffffffff) , mUVId (0xffffffff)
, mWeighting (1.f) , mWeighting (1.f)