摘要: 一、使用lookat函数处理摄像头问题 widget需要做一些修改,支持按钮wsadqe改变摄像头视角,鼠标左键和滚轮也可以改变位置 #include "widget.h" #include "ui_widget.h" GLuint VBO, VAO, EBO; Widget::Widget() { 阅读全文
posted @ 2019-12-26 19:00 习惯就好233 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 一、创建一个长时间运行的QT线程 #ifndef MYPRINTJOB_H #define MYPRINTJOB_H #include <QObject> #include <QThread> #include "MyOperation/myslicefile.h" class MyPrintJob 阅读全文
posted @ 2019-12-26 09:17 习惯就好233 阅读(417) 评论(0) 推荐(0) 编辑