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/partrenderer.h" |
19 #include <QPainter> |
20 #include <QPainter> |
20 #include <QPainterPath> |
21 #include <QPainterPath> |
21 #include "axesprogram.h" |
22 #include "axesprogram.h" |
22 #include "gl/partrenderer.h" |
|
23 |
23 |
24 static constexpr char vertexShaderSource[] = R"( |
24 static constexpr char vertexShaderSource[] = R"( |
25 #version 330 core |
25 #version 330 core |
26 |
26 |
27 layout (location = 0) in vec3 in_position; |
27 layout (location = 0) in vec3 in_position; |