limacv / GaussianSplattingViewer

Tiny Gaussian Splatting Viewer
MIT License
317 stars 33 forks source link

add function about cube render boundary #20

Closed Henrik-JIA closed 4 months ago

Henrik-JIA commented 4 months ago

I add a rendering constraint, a bounding box that controls the extent of the rendered scene. render boundary

Henrik-JIA commented 4 months ago

This is my first time participating in an open source project, adding a rendering constraint function. The format may be a little loose, but I have added code comments. Thank you very much for your open source project.

limacv commented 4 months ago

Thank you so much for introducing new functionality! However, the goal of the main branch is to maintain a minimal example of the viewer. So I prefer not to add too many functions into the main branch. Feel free to push to new branch!