nerfstudio-project / gsplat

CUDA accelerated rasterization of gaussian splatting
https://docs.gsplat.studio/
Apache License 2.0
2.31k stars 302 forks source link

Is there a plan to support orthographic rendering? #158

Open hot-dog opened 8 months ago

hot-dog commented 8 months ago

Currently this work only support perspective rendering. Since orthographic rendering also has its unique applications and benefits, it will be very valuable to support orthographic rendering. Is there a plan to support orthographic rendering? Or any suggestions to implement orthographic rendering? Thanks!

softyoda commented 5 months ago

How do you render? Did you use nerfstudio viewer, or the new web one from gsplat, or command-line from a json camera path from either nerfstudio or blender addon?

If the latter, did you tried to put blender camera as orthographic, maybe the json can store that and renderer could use that?