Rui

Results 19 comments of Rui

I have tried to use your project in my project, i think it's works well in the most time, but it can't support the quad polygon, it'll cause the vertices...

so, two triangle become combined and can result in a quad, but not finished yet, and i think the rectangle pack is a good structure for texture sampling. ![image](https://user-images.githubusercontent.com/6936875/35131401-ee8d1abe-fd00-11e7-9a34-9074bf30de1b.png) are...

依赖在vcpkg.json里,需要2020.06.15以上的vcpkg版本

https://github.com/ray-cast/flowers/releases

Assimp大多都只是模型加载,没骨骼数据,模型需要骨骼数据配合vmd骨骼动画文件一起联动才能制作动画,其次Assimp会先把模型加载成Assimp的模型格式,然后再转换成自己的模型格式,格式之间的转换性能太低

一直都想开发,但一个人很难坚持

Dock的有一个ImGui::LoadDock和ImGui::SaveDock的函数 填入的就是你要保存出去和加载的布局文件, 初始化的东西都在这里,看open和close就行了 https://github.com/ray-cast/ray/blob/master/source/libgui/imgui_system.cpp

这里最下方可以看到ImGui::LoadDock和ImGui::SaveDock,调用它们就会序列化成文件 https://github.com/ray-cast/ray/blob/master/contrib/imgui/imgui_dock.cpp