mirror of
https://github.com/Linloir/SceneEditor.git
synced 2025-12-17 07:28:12 +08:00
[UI][CHG] Minor tweaking
- Change default window size (bigger)
This commit is contained in:
parent
e68149bd24
commit
60ecd08ed1
@ -14,7 +14,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
MainWindow w;
|
||||
w.setMouseTracking(true);
|
||||
w.resize(900, 600);
|
||||
w.resize(1250, 750);
|
||||
w.show();
|
||||
|
||||
return a.exec();
|
||||
|
||||
@ -104,7 +104,7 @@ void SceneViewer::initializeGL() {
|
||||
_objects.push_back(backpack2);
|
||||
// Test Code End
|
||||
|
||||
_camera.setPosition(glm::vec3(0.0f, 0.0f, 5.0f));
|
||||
_camera.setPosition(glm::vec3(0.0f, 0.0f, 10.0f));
|
||||
}
|
||||
|
||||
void SceneViewer::resizeGL(int w, int h) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user