mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-03-13 05:17:04 +00:00
Increase FOV for 3D cubemap preview
This commit is contained in:
parent
9f3b99aaf4
commit
f9ff362421
1 changed files with 2 additions and 1 deletions
|
@ -23,12 +23,13 @@ namespace Toolbox.Library.Forms
|
|||
InitializeComponent();
|
||||
|
||||
if (Runtime.UseLegacyGL)
|
||||
glControl = new GL_ControlLegacy();
|
||||
glControl = new GL_ControlLegacy();
|
||||
else
|
||||
glControl = new GL_ControlModern();
|
||||
|
||||
glControl.Dock = DockStyle.Fill;
|
||||
glControl.ActiveCamera = new InspectCamera(Runtime.MaxCameraSpeed);
|
||||
glControl.Fov = 1.8f;
|
||||
stPanel1.Controls.Add(glControl);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue