skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Renderer settings window #12

Closed skywolf829 closed 7 months ago

skywolf829 commented 7 months ago

Create a renderer settings window that gives control over some changes to the renderer. Things to include:

Does not have to be hooked up to networking yet until pre-required components are finished.

Extra

skywolf829 commented 7 months ago

Created window, currently it controls the resolution of the backend render camera, the FoV, and the near/far planes.

skywolf829 commented 7 months ago

Adjusted FoV to take into account aspect ratio. Added a "resolution scale" slider [0.1, 1.0] to adjust the resolution the backend renders. Will still display that render in the entire viewport, but will be noticeably blurry if you choose a very low resolution scale.