ClothSimulator项目复现(win10+VS2019)

项目链接:https://github.com/aole/ClothSimulator

ClothSimulator项目复现(win10+VS2019)


 1 安装依赖库

2 配置属性

1 打开ClothSimulator-master文件下的 .sln解决方案

ClothSimulator项目复现(win10+VS2019)

 2 选择项目,右键-属性,C/C++——附加包含目录,添加wxWidgets、glew、glm三个库的相关目录

 ClothSimulator项目复现(win10+VS2019)

ClothSimulator项目复现(win10+VS2019)

 3 链接器——附加库目录——添加wxWidgets、glew相关lib信息

ClothSimulator项目复现(win10+VS2019)

 3 运行

 按教程安装好三个库且配置好属性后,就可以运行项目了

在右侧绘制矩形,点击Simulate从而模拟布料

ClothSimulator项目复现(win10+VS2019)

ClothSimulator项目复现(win10+VS2019)

 


布料模拟很快而且效果还挺好,有点3D CLO的感觉,但是功能偏少,仅供学习用!

 

上一篇:opengl 高级技巧


下一篇:opengl学习6 坐标系统