py-sphviewer icon indicating copy to clipboard operation
py-sphviewer copied to clipboard

Bugfix so that last frame is included.

Open kyleaoman opened this issue 2 years ago • 0 comments

The camera tools don't output the camera parameters for the last frame requested but get stuck on the second-last because there's a +1 missing in the argument of np.arange. Fixed this.

kyleaoman avatar Jul 24 '23 11:07 kyleaoman