closes https://github.com/assimp/assimp/issues/1514: add postprocess step for scaling

This commit is contained in:
Kim Kulling
2017-10-29 20:28:59 +01:00
parent 89d198399c
commit f49de6ecfe
9 changed files with 234 additions and 118 deletions

View File

@@ -55,7 +55,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
#if _MSC_VER > 1500 || (defined __GNUC___)
# define ASSIMP_STEP_USE_UNORDERED_MULTIMAP
# else
#else
# define step_unordered_map map
# define step_unordered_multimap multimap
#endif