首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >ASSIMP网格加载器泄漏

ASSIMP网格加载器泄漏
EN

Stack Overflow用户
提问于 2022-11-28 10:25:32
回答 1查看 9关注 0票数 1

面对ASSIMP网格加载器的漏洞

根据val差制,我损失了80个字节:

代码语言:javascript
复制
#include <assimp/Importer.hpp>      // C++ importer interface
#include <assimp/cimport.h>
#include <assimp/scene.h>
#include <assimp/postprocess.h>

int main()
{
    aiReleaseImport(aiImportFile("../Geometry/ModeLoader/Model1Spider_3.fbx",aiProcessPreset_TargetRealtime_Quality));
    return 0;
}

我使用apt-get安装了这个库(使用Linux 21)。

详细信息也在这里提到,https://sourceforge.net/p/assimp/discussion/817654/thread/7d5f8d4f1b/?limit=25#cad1

EN

回答 1

Stack Overflow用户

发布于 2022-11-28 11:59:19

模型中存在一些问题,样本中的spider.fbx很好。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/74599183

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档