Utility: Add MTL exporting

Former-commit-id: 6174df9379702cac1eac0b348143004022bc6c59 [formerly 8efc71bc323e64c88a1927d4d88453db41786b55]
Former-commit-id: d713cb74ac26873e6ac6664145e78eed286c022f
This commit is contained in:
Lynix
2016-07-12 08:11:03 +02:00
parent 72128c971f
commit b44cf8d361
7 changed files with 316 additions and 91 deletions

View File

@@ -52,6 +52,7 @@ namespace Nz
inline String* SetMaterialCount(std::size_t materialCount);
inline Mesh* SetMeshCount(std::size_t meshCount);
inline void SetMtlLib(const String& mtlLib);
inline Vector3f* SetNormalCount(std::size_t normalCount);
inline Vector4f* SetPositionCount(std::size_t positionCount);
inline Vector3f* SetTexCoordCount(std::size_t texCoordCount);