Fixed: Use proper printf format specifier for unsigned integers
parent
b6cf553ff5
commit
dd609767f2
|
@ -317,13 +317,13 @@ int Assimp_Extract (const char* const* params, unsigned int num)
|
||||||
|
|
||||||
// check whether the requested texture is existing
|
// check whether the requested texture is existing
|
||||||
if (texIdx >= scene->mNumTextures) {
|
if (texIdx >= scene->mNumTextures) {
|
||||||
::printf("assimp extract: Texture %i requested, but there are just %i textures\n",
|
::printf("assimp extract: Texture %u requested, but there are just %u textures\n",
|
||||||
texIdx, scene->mNumTextures);
|
texIdx, scene->mNumTextures);
|
||||||
return 6;
|
return 6;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
::printf("assimp extract: Exporting %i textures\n",scene->mNumTextures);
|
::printf("assimp extract: Exporting %u textures\n",scene->mNumTextures);
|
||||||
}
|
}
|
||||||
|
|
||||||
// now write all output textures
|
// now write all output textures
|
||||||
|
@ -347,7 +347,7 @@ int Assimp_Extract (const char* const* params, unsigned int num)
|
||||||
// if the texture is a compressed one, we'll export
|
// if the texture is a compressed one, we'll export
|
||||||
// it to its native file format
|
// it to its native file format
|
||||||
if (!tex->mHeight) {
|
if (!tex->mHeight) {
|
||||||
printf("assimp extract: Texture %i is compressed (%s). Writing native file format.\n",
|
printf("assimp extract: Texture %u is compressed (%s). Writing native file format.\n",
|
||||||
i,tex->achFormatHint);
|
i,tex->achFormatHint);
|
||||||
|
|
||||||
// modify file extension
|
// modify file extension
|
||||||
|
@ -369,7 +369,7 @@ int Assimp_Extract (const char* const* params, unsigned int num)
|
||||||
else m = DoExport(tex,p,extension,flags);
|
else m = DoExport(tex,p,extension,flags);
|
||||||
::fclose(p);
|
::fclose(p);
|
||||||
|
|
||||||
printf("assimp extract: Wrote texture %i to %s\n",i, out_cpy.c_str());
|
printf("assimp extract: Wrote texture %u to %s\n",i, out_cpy.c_str());
|
||||||
if (texIdx != 0xffffffff)
|
if (texIdx != 0xffffffff)
|
||||||
return m;
|
return m;
|
||||||
}
|
}
|
||||||
|
|
|
@ -191,7 +191,7 @@ void PrintHierarchy(const aiNode* root, unsigned int maxnest, unsigned int maxli
|
||||||
for(unsigned int i = 0; i < cnest; ++i) {
|
for(unsigned int i = 0; i < cnest; ++i) {
|
||||||
printf("-- ");
|
printf("-- ");
|
||||||
}
|
}
|
||||||
printf("\'%s\', meshes: %i\n",root->mName.data,root->mNumMeshes);
|
printf("\'%s\', meshes: %u\n",root->mName.data,root->mNumMeshes);
|
||||||
for (unsigned int i = 0; i < root->mNumChildren; ++i ) {
|
for (unsigned int i = 0; i < root->mNumChildren; ++i ) {
|
||||||
PrintHierarchy(root->mChildren[i],maxnest,maxline,cline,cnest+1);
|
PrintHierarchy(root->mChildren[i],maxnest,maxline,cline,cnest+1);
|
||||||
if(i == root->mNumChildren-1) {
|
if(i == root->mNumChildren-1) {
|
||||||
|
|
|
@ -748,17 +748,17 @@ void WriteNode(const aiNode* node, FILE* out, unsigned int depth)
|
||||||
prefix,m.d1,m.d2,m.d3,m.d4,prefix);
|
prefix,m.d1,m.d2,m.d3,m.d4,prefix);
|
||||||
|
|
||||||
if (node->mNumMeshes) {
|
if (node->mNumMeshes) {
|
||||||
fprintf(out, "%s\t<MeshRefs num=\"%i\">\n%s\t",
|
fprintf(out, "%s\t<MeshRefs num=\"%u\">\n%s\t",
|
||||||
prefix,node->mNumMeshes,prefix);
|
prefix,node->mNumMeshes,prefix);
|
||||||
|
|
||||||
for (unsigned int i = 0; i < node->mNumMeshes;++i) {
|
for (unsigned int i = 0; i < node->mNumMeshes;++i) {
|
||||||
fprintf(out,"%i ",node->mMeshes[i]);
|
fprintf(out,"%u ",node->mMeshes[i]);
|
||||||
}
|
}
|
||||||
fprintf(out,"\n%s\t</MeshRefs>\n",prefix);
|
fprintf(out,"\n%s\t</MeshRefs>\n",prefix);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node->mNumChildren) {
|
if (node->mNumChildren) {
|
||||||
fprintf(out,"%s\t<NodeList num=\"%i\">\n",
|
fprintf(out,"%s\t<NodeList num=\"%u\">\n",
|
||||||
prefix,node->mNumChildren);
|
prefix,node->mNumChildren);
|
||||||
|
|
||||||
for (unsigned int i = 0; i < node->mNumChildren;++i) {
|
for (unsigned int i = 0; i < node->mNumChildren;++i) {
|
||||||
|
@ -853,13 +853,13 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
"<ASSIMP format_id=\"1\">\n\n"
|
"<ASSIMP format_id=\"1\">\n\n"
|
||||||
|
|
||||||
"<!-- XML Model dump produced by assimp dump\n"
|
"<!-- XML Model dump produced by assimp dump\n"
|
||||||
" Library version: %i.%i.%i\n"
|
" Library version: %u.%u.%u\n"
|
||||||
" Source: %s\n"
|
" Source: %s\n"
|
||||||
" Command line: %s\n"
|
" Command line: %s\n"
|
||||||
" %s\n"
|
" %s\n"
|
||||||
"-->"
|
"-->"
|
||||||
" \n\n"
|
" \n\n"
|
||||||
"<Scene flags=\"%i\" postprocessing=\"%i\">\n",
|
"<Scene flags=\"%u\" postprocessing=\"%i\">\n",
|
||||||
|
|
||||||
aiGetVersionMajor(),aiGetVersionMinor(),aiGetVersionRevision(),src,c.c_str(),asctime(p),
|
aiGetVersionMajor(),aiGetVersionMinor(),aiGetVersionRevision(),src,c.c_str(),asctime(p),
|
||||||
scene->mFlags,
|
scene->mFlags,
|
||||||
|
@ -936,7 +936,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write textures
|
// write textures
|
||||||
if (scene->mNumTextures) {
|
if (scene->mNumTextures) {
|
||||||
fprintf(out,"<TextureList num=\"%i\">\n",scene->mNumTextures);
|
fprintf(out,"<TextureList num=\"%u\">\n",scene->mNumTextures);
|
||||||
for (unsigned int i = 0; i < scene->mNumTextures;++i) {
|
for (unsigned int i = 0; i < scene->mNumTextures;++i) {
|
||||||
aiTexture* tex = scene->mTextures[i];
|
aiTexture* tex = scene->mTextures[i];
|
||||||
bool compressed = (tex->mHeight == 0);
|
bool compressed = (tex->mHeight == 0);
|
||||||
|
@ -947,7 +947,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
(compressed ? "true" : "false"));
|
(compressed ? "true" : "false"));
|
||||||
|
|
||||||
if (compressed) {
|
if (compressed) {
|
||||||
fprintf(out,"\t\t<Data length=\"%i\"> \n",tex->mWidth);
|
fprintf(out,"\t\t<Data length=\"%u\"> \n",tex->mWidth);
|
||||||
|
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
for (unsigned int n = 0; n < tex->mWidth;++n) {
|
for (unsigned int n = 0; n < tex->mWidth;++n) {
|
||||||
|
@ -981,12 +981,12 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write materials
|
// write materials
|
||||||
if (scene->mNumMaterials) {
|
if (scene->mNumMaterials) {
|
||||||
fprintf(out,"<MaterialList num=\"%i\">\n",scene->mNumMaterials);
|
fprintf(out,"<MaterialList num=\"%u\">\n",scene->mNumMaterials);
|
||||||
for (unsigned int i = 0; i< scene->mNumMaterials; ++i) {
|
for (unsigned int i = 0; i< scene->mNumMaterials; ++i) {
|
||||||
const aiMaterial* mat = scene->mMaterials[i];
|
const aiMaterial* mat = scene->mMaterials[i];
|
||||||
|
|
||||||
fprintf(out,"\t<Material>\n");
|
fprintf(out,"\t<Material>\n");
|
||||||
fprintf(out,"\t\t<MatPropertyList num=\"%i\">\n",mat->mNumProperties);
|
fprintf(out,"\t\t<MatPropertyList num=\"%u\">\n",mat->mNumProperties);
|
||||||
for (unsigned int n = 0; n < mat->mNumProperties;++n) {
|
for (unsigned int n = 0; n < mat->mNumProperties;++n) {
|
||||||
|
|
||||||
const aiMaterialProperty* prop = mat->mProperties[n];
|
const aiMaterialProperty* prop = mat->mProperties[n];
|
||||||
|
@ -1004,7 +1004,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
sz = "binary_buffer";
|
sz = "binary_buffer";
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(out,"\t\t\t<MatProperty key=\"%s\" \n\t\t\ttype=\"%s\" tex_usage=\"%s\" tex_index=\"%i\"",
|
fprintf(out,"\t\t\t<MatProperty key=\"%s\" \n\t\t\ttype=\"%s\" tex_usage=\"%s\" tex_index=\"%u\"",
|
||||||
prop->mKey.data, sz,
|
prop->mKey.data, sz,
|
||||||
::TextureTypeToString((aiTextureType)prop->mSemantic),prop->mIndex);
|
::TextureTypeToString((aiTextureType)prop->mSemantic),prop->mIndex);
|
||||||
|
|
||||||
|
@ -1048,7 +1048,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write animations
|
// write animations
|
||||||
if (scene->mNumAnimations) {
|
if (scene->mNumAnimations) {
|
||||||
fprintf(out,"<AnimationList num=\"%i\">\n",scene->mNumAnimations);
|
fprintf(out,"<AnimationList num=\"%u\">\n",scene->mNumAnimations);
|
||||||
for (unsigned int i = 0; i < scene->mNumAnimations;++i) {
|
for (unsigned int i = 0; i < scene->mNumAnimations;++i) {
|
||||||
aiAnimation* anim = scene->mAnimations[i];
|
aiAnimation* anim = scene->mAnimations[i];
|
||||||
|
|
||||||
|
@ -1059,7 +1059,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write bone animation channels
|
// write bone animation channels
|
||||||
if (anim->mNumChannels) {
|
if (anim->mNumChannels) {
|
||||||
fprintf(out,"\t\t<NodeAnimList num=\"%i\">\n",anim->mNumChannels);
|
fprintf(out,"\t\t<NodeAnimList num=\"%u\">\n",anim->mNumChannels);
|
||||||
for (unsigned int n = 0; n < anim->mNumChannels;++n) {
|
for (unsigned int n = 0; n < anim->mNumChannels;++n) {
|
||||||
aiNodeAnim* nd = anim->mChannels[n];
|
aiNodeAnim* nd = anim->mChannels[n];
|
||||||
|
|
||||||
|
@ -1070,7 +1070,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
// write position keys
|
// write position keys
|
||||||
if (nd->mNumPositionKeys) {
|
if (nd->mNumPositionKeys) {
|
||||||
fprintf(out,"\t\t\t\t<PositionKeyList num=\"%i\">\n",nd->mNumPositionKeys);
|
fprintf(out,"\t\t\t\t<PositionKeyList num=\"%u\">\n",nd->mNumPositionKeys);
|
||||||
for (unsigned int a = 0; a < nd->mNumPositionKeys;++a) {
|
for (unsigned int a = 0; a < nd->mNumPositionKeys;++a) {
|
||||||
aiVectorKey* vc = nd->mPositionKeys+a;
|
aiVectorKey* vc = nd->mPositionKeys+a;
|
||||||
fprintf(out,"\t\t\t\t\t<PositionKey time=\"%e\">\n"
|
fprintf(out,"\t\t\t\t\t<PositionKey time=\"%e\">\n"
|
||||||
|
@ -1082,7 +1082,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write scaling keys
|
// write scaling keys
|
||||||
if (nd->mNumScalingKeys) {
|
if (nd->mNumScalingKeys) {
|
||||||
fprintf(out,"\t\t\t\t<ScalingKeyList num=\"%i\">\n",nd->mNumScalingKeys);
|
fprintf(out,"\t\t\t\t<ScalingKeyList num=\"%u\">\n",nd->mNumScalingKeys);
|
||||||
for (unsigned int a = 0; a < nd->mNumScalingKeys;++a) {
|
for (unsigned int a = 0; a < nd->mNumScalingKeys;++a) {
|
||||||
aiVectorKey* vc = nd->mScalingKeys+a;
|
aiVectorKey* vc = nd->mScalingKeys+a;
|
||||||
fprintf(out,"\t\t\t\t\t<ScalingKey time=\"%e\">\n"
|
fprintf(out,"\t\t\t\t\t<ScalingKey time=\"%e\">\n"
|
||||||
|
@ -1094,7 +1094,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write rotation keys
|
// write rotation keys
|
||||||
if (nd->mNumRotationKeys) {
|
if (nd->mNumRotationKeys) {
|
||||||
fprintf(out,"\t\t\t\t<RotationKeyList num=\"%i\">\n",nd->mNumRotationKeys);
|
fprintf(out,"\t\t\t\t<RotationKeyList num=\"%u\">\n",nd->mNumRotationKeys);
|
||||||
for (unsigned int a = 0; a < nd->mNumRotationKeys;++a) {
|
for (unsigned int a = 0; a < nd->mNumRotationKeys;++a) {
|
||||||
aiQuatKey* vc = nd->mRotationKeys+a;
|
aiQuatKey* vc = nd->mRotationKeys+a;
|
||||||
fprintf(out,"\t\t\t\t\t<RotationKey time=\"%e\">\n"
|
fprintf(out,"\t\t\t\t\t<RotationKey time=\"%e\">\n"
|
||||||
|
@ -1115,13 +1115,13 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// write meshes
|
// write meshes
|
||||||
if (scene->mNumMeshes) {
|
if (scene->mNumMeshes) {
|
||||||
fprintf(out,"<MeshList num=\"%i\">\n",scene->mNumMeshes);
|
fprintf(out,"<MeshList num=\"%u\">\n",scene->mNumMeshes);
|
||||||
for (unsigned int i = 0; i < scene->mNumMeshes;++i) {
|
for (unsigned int i = 0; i < scene->mNumMeshes;++i) {
|
||||||
aiMesh* mesh = scene->mMeshes[i];
|
aiMesh* mesh = scene->mMeshes[i];
|
||||||
// const unsigned int width = (unsigned int)log10((double)mesh->mNumVertices)+1;
|
// const unsigned int width = (unsigned int)log10((double)mesh->mNumVertices)+1;
|
||||||
|
|
||||||
// mesh header
|
// mesh header
|
||||||
fprintf(out,"\t<Mesh types=\"%s %s %s %s\" material_index=\"%i\">\n",
|
fprintf(out,"\t<Mesh types=\"%s %s %s %s\" material_index=\"%u\">\n",
|
||||||
(mesh->mPrimitiveTypes & aiPrimitiveType_POINT ? "points" : ""),
|
(mesh->mPrimitiveTypes & aiPrimitiveType_POINT ? "points" : ""),
|
||||||
(mesh->mPrimitiveTypes & aiPrimitiveType_LINE ? "lines" : ""),
|
(mesh->mPrimitiveTypes & aiPrimitiveType_LINE ? "lines" : ""),
|
||||||
(mesh->mPrimitiveTypes & aiPrimitiveType_TRIANGLE ? "triangles" : ""),
|
(mesh->mPrimitiveTypes & aiPrimitiveType_TRIANGLE ? "triangles" : ""),
|
||||||
|
@ -1130,7 +1130,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// bones
|
// bones
|
||||||
if (mesh->mNumBones) {
|
if (mesh->mNumBones) {
|
||||||
fprintf(out,"\t\t<BoneList num=\"%i\">\n",mesh->mNumBones);
|
fprintf(out,"\t\t<BoneList num=\"%u\">\n",mesh->mNumBones);
|
||||||
|
|
||||||
for (unsigned int n = 0; n < mesh->mNumBones;++n) {
|
for (unsigned int n = 0; n < mesh->mNumBones;++n) {
|
||||||
aiBone* bone = mesh->mBones[n];
|
aiBone* bone = mesh->mBones[n];
|
||||||
|
@ -1151,13 +1151,13 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
bone->mOffsetMatrix.d1,bone->mOffsetMatrix.d2,bone->mOffsetMatrix.d3,bone->mOffsetMatrix.d4);
|
bone->mOffsetMatrix.d1,bone->mOffsetMatrix.d2,bone->mOffsetMatrix.d3,bone->mOffsetMatrix.d4);
|
||||||
|
|
||||||
if (!shortened && bone->mNumWeights) {
|
if (!shortened && bone->mNumWeights) {
|
||||||
fprintf(out,"\t\t\t\t<WeightList num=\"%i\">\n",bone->mNumWeights);
|
fprintf(out,"\t\t\t\t<WeightList num=\"%u\">\n",bone->mNumWeights);
|
||||||
|
|
||||||
// bone weights
|
// bone weights
|
||||||
for (unsigned int a = 0; a < bone->mNumWeights;++a) {
|
for (unsigned int a = 0; a < bone->mNumWeights;++a) {
|
||||||
aiVertexWeight* wght = bone->mWeights+a;
|
aiVertexWeight* wght = bone->mWeights+a;
|
||||||
|
|
||||||
fprintf(out,"\t\t\t\t\t<Weight index=\"%i\">\n\t\t\t\t\t\t%f\n\t\t\t\t\t</Weight>\n",
|
fprintf(out,"\t\t\t\t\t<Weight index=\"%u\">\n\t\t\t\t\t\t%f\n\t\t\t\t\t</Weight>\n",
|
||||||
wght->mVertexId,wght->mWeight);
|
wght->mVertexId,wght->mWeight);
|
||||||
}
|
}
|
||||||
fprintf(out,"\t\t\t\t</WeightList>\n");
|
fprintf(out,"\t\t\t\t</WeightList>\n");
|
||||||
|
@ -1169,14 +1169,14 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// faces
|
// faces
|
||||||
if (!shortened && mesh->mNumFaces) {
|
if (!shortened && mesh->mNumFaces) {
|
||||||
fprintf(out,"\t\t<FaceList num=\"%i\">\n",mesh->mNumFaces);
|
fprintf(out,"\t\t<FaceList num=\"%u\">\n",mesh->mNumFaces);
|
||||||
for (unsigned int n = 0; n < mesh->mNumFaces; ++n) {
|
for (unsigned int n = 0; n < mesh->mNumFaces; ++n) {
|
||||||
aiFace& f = mesh->mFaces[n];
|
aiFace& f = mesh->mFaces[n];
|
||||||
fprintf(out,"\t\t\t<Face num=\"%i\">\n"
|
fprintf(out,"\t\t\t<Face num=\"%u\">\n"
|
||||||
"\t\t\t\t",f.mNumIndices);
|
"\t\t\t\t",f.mNumIndices);
|
||||||
|
|
||||||
for (unsigned int j = 0; j < f.mNumIndices;++j)
|
for (unsigned int j = 0; j < f.mNumIndices;++j)
|
||||||
fprintf(out,"%i ",f.mIndices[j]);
|
fprintf(out,"%u ",f.mIndices[j]);
|
||||||
|
|
||||||
fprintf(out,"\n\t\t\t</Face>\n");
|
fprintf(out,"\n\t\t\t</Face>\n");
|
||||||
}
|
}
|
||||||
|
@ -1185,7 +1185,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// vertex positions
|
// vertex positions
|
||||||
if (mesh->HasPositions()) {
|
if (mesh->HasPositions()) {
|
||||||
fprintf(out,"\t\t<Positions num=\"%i\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
fprintf(out,"\t\t<Positions num=\"%u\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
||||||
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
||||||
|
@ -1199,7 +1199,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// vertex normals
|
// vertex normals
|
||||||
if (mesh->HasNormals()) {
|
if (mesh->HasNormals()) {
|
||||||
fprintf(out,"\t\t<Normals num=\"%i\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
fprintf(out,"\t\t<Normals num=\"%u\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
||||||
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
||||||
|
@ -1215,7 +1215,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
|
|
||||||
// vertex tangents and bitangents
|
// vertex tangents and bitangents
|
||||||
if (mesh->HasTangentsAndBitangents()) {
|
if (mesh->HasTangentsAndBitangents()) {
|
||||||
fprintf(out,"\t\t<Tangents num=\"%i\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
fprintf(out,"\t\t<Tangents num=\"%u\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
||||||
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
||||||
|
@ -1226,7 +1226,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
}
|
}
|
||||||
fprintf(out,"\t\t</Tangents>\n");
|
fprintf(out,"\t\t</Tangents>\n");
|
||||||
|
|
||||||
fprintf(out,"\t\t<Bitangents num=\"%i\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
fprintf(out,"\t\t<Bitangents num=\"%u\" set=\"0\" num_components=\"3\"> \n",mesh->mNumVertices);
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
||||||
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
fprintf(out,"\t\t%0 8f %0 8f %0 8f\n",
|
||||||
|
@ -1243,7 +1243,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
if (!mesh->mTextureCoords[a])
|
if (!mesh->mTextureCoords[a])
|
||||||
break;
|
break;
|
||||||
|
|
||||||
fprintf(out,"\t\t<TextureCoords num=\"%i\" set=\"%i\" num_components=\"%i\"> \n",mesh->mNumVertices,
|
fprintf(out,"\t\t<TextureCoords num=\"%u\" set=\"%u\" num_components=\"%u\"> \n",mesh->mNumVertices,
|
||||||
a,mesh->mNumUVComponents[a]);
|
a,mesh->mNumUVComponents[a]);
|
||||||
|
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
|
@ -1270,7 +1270,7 @@ void WriteDump(const aiScene* scene, FILE* out, const char* src, const char* cmd
|
||||||
for (unsigned int a = 0; a < AI_MAX_NUMBER_OF_COLOR_SETS; ++a) {
|
for (unsigned int a = 0; a < AI_MAX_NUMBER_OF_COLOR_SETS; ++a) {
|
||||||
if (!mesh->mColors[a])
|
if (!mesh->mColors[a])
|
||||||
break;
|
break;
|
||||||
fprintf(out,"\t\t<Colors num=\"%i\" set=\"%i\" num_components=\"4\"> \n",mesh->mNumVertices,a);
|
fprintf(out,"\t\t<Colors num=\"%u\" set=\"%u\" num_components=\"4\"> \n",mesh->mNumVertices,a);
|
||||||
if (!shortened) {
|
if (!shortened) {
|
||||||
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
for (unsigned int n = 0; n < mesh->mNumVertices; ++n) {
|
||||||
fprintf(out,"\t\t%0 8f %0 8f %0 8f %0 8f\n",
|
fprintf(out,"\t\t%0 8f %0 8f %0 8f %0 8f\n",
|
||||||
|
|
Loading…
Reference in New Issue