mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
Bringing back packed normal and tangents for static mesh!
This commit is contained in:
parent
215818e313
commit
eb97f0d193
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#if defined(Q_OS_ANDROID)
|
||||
#define FBX_PACK_NORMALS 0
|
||||
#else
|
||||
#define FBX_PACK_NORMALS 0
|
||||
#define FBX_PACK_NORMALS 1
|
||||
#endif
|
||||
|
||||
#if FBX_PACK_NORMALS
|
||||
|
|
Loading…
Reference in a new issue