From 8fc76a81f3f37250bace062bc8e773fe529554a1 Mon Sep 17 00:00:00 2001 From: IlyaShurupov Date: Mon, 4 Nov 2024 21:54:18 +0300 Subject: [PATCH] Tunes --- Math/public/Mat.hpp | 2 +- Sketch3D/applications/Entry.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Math/public/Mat.hpp b/Math/public/Mat.hpp index 4c51bcd..d773169 100644 --- a/Math/public/Mat.hpp +++ b/Math/public/Mat.hpp @@ -465,7 +465,7 @@ namespace tp { } // Matrix Properties - MVec transform(const MVec& in) const { return MVec(i.x * in.x + i.y * in.y, j.x * in.y + j.y * in.x); } + MVec transform(const MVec& in) const { return MVec(i.x * in.x + i.y * in.y, j.x * in.x + j.y * in.y); } Mat transform(const Mat& in) const { Mat out; diff --git a/Sketch3D/applications/Entry.cpp b/Sketch3D/applications/Entry.cpp index 8574a62..ef799c8 100644 --- a/Sketch3D/applications/Entry.cpp +++ b/Sketch3D/applications/Entry.cpp @@ -11,7 +11,7 @@ public: Sketch3DApplication() { setRoot(&mGui); - mGui.createRenderWidget(mGraphics->getCanvas(), { 1920, 1080 }); + mGui.createRenderWidget(mGraphics->getCanvas(), { 2560, 1440 }); mGui.setProject(&mSketch); } @@ -25,4 +25,4 @@ void runApp() { app.run(); } -int main() { runApp(); } \ No newline at end of file +int main() { runApp(); }