Hacker News new | ask | show | jobs
by saintx 4775 days ago
I'm curious whether you could use the 3D vertex coordinates and use principal component analysis to find an appropriate viewing angle. Example: http://www.youtube.com/watch?v=BfTMmoDFXyE

PCA is often overused but for this specific use case it seems very well suited.

1 comments

Thanks! I hadn't thought to use PCA, but I'll try it out, and report back, along with other peoples' suggestions!