Thu, 15 Jun 2023 16:18:03 +0300
Refactor, make selecting elements from the model select the corresponding line from the editor as well
#pragma once #include "src/gl/common.h" #include "src/gl/basicshaderprogram.h" class AxesLayer final : public RenderLayer { gl::basic_shader shader; public: void initializeGL() override; void overpaint(QPainter* painter) override; void paintGL() override; void mvpMatrixChanged(const glm::mat4& mvpMatrix) override; };