diff options
author | RevoluPowered <gordon@gordonite.tech> | 2019-09-08 18:10:12 +0100 |
---|---|---|
committer | RevoluPowered <gordon@gordonite.tech> | 2019-09-19 16:45:33 +0100 |
commit | 269ba00fd32c379bda0862e386ebfb3677a59fa6 (patch) | |
tree | 0524304a9c8163df714fd639bb08008c1a4931f5 /thirdparty/assimp/include | |
parent | efd6f6dbad69eb97366a9ad4ce42f9d2dc3d9f57 (diff) |
Implemented maya stingray support
Diffstat (limited to 'thirdparty/assimp/include')
-rw-r--r-- | thirdparty/assimp/include/assimp/material.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/assimp/include/assimp/material.h b/thirdparty/assimp/include/assimp/material.h index 7ac643ced3..206eb2a2b0 100644 --- a/thirdparty/assimp/include/assimp/material.h +++ b/thirdparty/assimp/include/assimp/material.h @@ -290,6 +290,7 @@ enum aiTextureType aiTextureType_EMISSION_COLOR = 14, aiTextureType_METALNESS = 15, aiTextureType_DIFFUSE_ROUGHNESS = 16, + aiTextureType_AMBIENT_OCCLUSION = 17, /** Unknown texture * @@ -297,7 +298,7 @@ enum aiTextureType * above is considered to be 'unknown'. It is still imported, * but is excluded from any further post-processing. */ - aiTextureType_UNKNOWN = 17, + aiTextureType_UNKNOWN = 18, #ifndef SWIG |