Инструмент масштабирования
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#define T_SENSITIVITY 0.001f
|
||||
#define R_SENSITIVITY 0.01f
|
||||
#define S_SENSITIVITY 0.00001f
|
||||
|
||||
#include "Scene.h"
|
||||
|
||||
@@ -33,4 +34,12 @@ class Rotate : public TRS
|
||||
virtual void process(GLuint64 selectedID, GLuint etc, const glm::vec4& drot); // Взаимодействие с инструментом
|
||||
};
|
||||
|
||||
// Инструмент масштабирования
|
||||
class Scale : public TRS
|
||||
{
|
||||
public:
|
||||
Scale();
|
||||
virtual void process(GLuint64 selectedID, GLuint etc, const glm::vec4& dscale); // Взаимодействие с инструментом
|
||||
};
|
||||
|
||||
#endif // TRS_H
|
||||
Reference in New Issue
Block a user