摘要:
一、使用lookat函数处理摄像头问题 widget需要做一些修改,支持按钮wsadqe改变摄像头视角,鼠标左键和滚轮也可以改变位置 #include "widget.h" #include "ui_widget.h" GLuint VBO, VAO, EBO; Widget::Widget() { 阅读全文
摘要:
一、创建一个长时间运行的QT线程 #ifndef MYPRINTJOB_H #define MYPRINTJOB_H #include <QObject> #include <QThread> #include "MyOperation/myslicefile.h" class MyPrintJob 阅读全文