04 2022 档案
摘要:如何编译CGNS 以及 CGNSView等 1. 依赖库安装 TCL/TK安装 https://www.magicsplat.com/tcl-installer/index.html#downloads https://sourceforge.net/projects/magicsplat/file
阅读全文
摘要:opengl之鼠标交互事件(六) 代码如下: void MainWidget::mousePressEvent(QMouseEvent *e) { // Save mouse press position mousePressPosition = QVector2D(e->localPos());
阅读全文