mirror of
https://github.com/lubosz/overte.git
synced 2025-08-16 20:20:49 +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)
|
#if defined(Q_OS_ANDROID)
|
||||||
#define FBX_PACK_NORMALS 0
|
#define FBX_PACK_NORMALS 0
|
||||||
#else
|
#else
|
||||||
#define FBX_PACK_NORMALS 0
|
#define FBX_PACK_NORMALS 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if FBX_PACK_NORMALS
|
#if FBX_PACK_NORMALS
|
||||||
|
|
Loading…
Reference in a new issue