一、wow model viewer最新版0.85一直闪退 怎么办
启动:
WowModelViewApp::OnInit()
加载配置: WowModelViewApp::LoadSettings()
初始化主界面ModelViewer::ModelViewer()
初始化图形,载入MPQModelViewer::Init(),得到文件列表加入树控件里
初始化数据库ModelViewer::InitDatabase()
浏览模型:
ModelViewer::OnTreeSelect(wxTreeEvent&event)
清除原有的资源ModelCanvas::clearAttachments(),TextureManager::clear()
加载模型ModelViewer::LoadModel(const wxString fn)
加载角色模型ModelCanvas::LoadCharModel(const char*fn)
创建一个Model对象Model::Model(std::string name, bool forceAnim)
初始化动画模型Model::initAnimated(MPQFile&f)
初始化模型资源Model::initCommon(MPQFile&f)
顶点,法线,包围盒,纹理,附件,颜色,透明度,索引,渲染批次排序
骨骼,顶点/纹理缓冲,粒子系统,条带,摄像机,灯光,动作
重置可见区域ModelCanvas::ResetView()
添加载入的模型Attachment::addChild(Displayable*disp, int id, int slot, float scale, float rot, Vec3D pos)
更新主界面(菜单,角色控制面板)
更新模型控制面板ModelControl::UpdateModel(Attachment*a)
更新动画控制面板AnimControl::UpdateModel(Model*m)
二、wowmodelviewer不出目录
您要问的是wowmodelviewer不出目录的原因?安装问题,版本不兼容。
1、安装问题:确保正确安装了WoWModelViewer,并且安装路径没有出现错误。可以尝试重新安装软件,或者将软件安装路径重新设置为正确的游戏目录。
2、版本不兼容:WoWModelViewer不支持当前使用的游戏版本。确保使用的是与WoWModelViewer兼容的游戏版本,并尝试使用相应版本的WoWModelViewer。
OK,本文到此结束,希望对大家有所帮助。