mirror of
https://github.com/Linloir/SceneEditor.git
synced 2025-12-18 16:08:11 +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;
|
MainWindow w;
|
||||||
w.setMouseTracking(true);
|
w.setMouseTracking(true);
|
||||||
w.resize(900, 600);
|
w.resize(1250, 750);
|
||||||
w.show();
|
w.show();
|
||||||
|
|
||||||
return a.exec();
|
return a.exec();
|
||||||
|
|||||||
@ -104,7 +104,7 @@ void SceneViewer::initializeGL() {
|
|||||||
_objects.push_back(backpack2);
|
_objects.push_back(backpack2);
|
||||||
// Test Code End
|
// 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) {
|
void SceneViewer::resizeGL(int w, int h) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user