added color picking with ALT key, added crash report library for windows

This commit is contained in:
2017-05-29 08:47:04 +01:00
parent 6d14ccd426
commit 0f721393bb
19 changed files with 170 additions and 26 deletions

View File

@@ -45,9 +45,11 @@
#define _SCL_SECURE_NO_WARNINGS
#include <windows.h>
#include <windowsx.h>
#include <tchar.h>
#include <gl\glew.h>
#include <gl\wglew.h>
#include <gl\GL.h>
#include <BugTrap.h>
#define SHADER_VERSION "#version 150\n"
@@ -68,6 +70,7 @@
#include <vector>
#include <random>
#include <thread>
#include <fstream>
#include <iostream>
#include <algorithm>
#include <functional>