Freemanz1ZZ

Results 2 issues of Freemanz1ZZ

When the number of photos is large, the interface for selecting photos takes too long. It is not necessary to load all the photos into the application.

``` // First reflection Vector3 offset = (localPoints[i] - localPoints[i - 1]); float sqrDst = offset.sqrMagnitude; Vector3 r = lastRotationAxis - offset * 2 / sqrDst * Vector3.Dot (offset, lastRotationAxis);...