aras-p / UnityGaussianSplatting

Toy Gaussian Splatting visualization in Unity
MIT License
2.09k stars 239 forks source link

How to edit Gaussian splats #115

Closed yujia-mt closed 5 months ago

yujia-mt commented 5 months ago

I can select and move the splats by pressing "Edit" button. How to scale and rote the selected splats?

aras-p commented 5 months ago

You can't scale/rotate the individual splats, since I have not implemented that functionality lol.

yujia-mt commented 5 months ago

Thanks for your reply. We look forward to the implementation of this feature!