HsiaTsing / ProgressiveMeshes

This is an implementation of the progressive meshes based on the mesh simplification algorithm proposed by Garland and Heckbert.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

计算的太慢!关键并不像说的那样那么好用~

weiyu666 opened this issue · comments

计算很慢,关键字什么的键盘事件不好用!
键“t”:显示/隐藏三角形边
键“c”:执行边折叠
键“s”:执行顶点分割
“z”键:面数减少5%
键“x”:与上述操作相反。
图片

计算很慢,关键字什么的键盘事件不好用!
键“t”:显示/隐藏三角形边
键“c”:执行边折叠
键“s”:执行顶点分割
“z”键:面数减少5%
键“x”:与上述操作相反。
图片

  1. 请用release模式编译,debug模式是用来调试的,速度慢很多;
  2. 快捷键是在图形界面中使用的,不是在命令行里敲。。。

OK, thank you. I'll try