src/gl/partrenderer.cpp

changeset 92
c438a7db7c52
parent 86
4bec0525ef1b
parent 90
e234edb5e613
child 100
43ce3672648a
equal deleted inserted replaced
89:7abaf1d64719 92:c438a7db7c52
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #include <GL/glut.h>
20 #include <glm/ext/matrix_transform.hpp> 19 #include <glm/ext/matrix_transform.hpp>
21 #include <glm/ext/matrix_clip_space.hpp> 20 #include <glm/ext/matrix_clip_space.hpp>
22 #include <QMouseEvent> 21 #include <QMouseEvent>
23 #include <QMessageBox> 22 #include <QMessageBox>
24 #include <QAbstractButton> 23 #include <QAbstractButton>

mercurial