6 ms·
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.yout
by saintx 13y 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 http://www.youtube.com/watch?v=BfTMmoDFXyE
PCA is often overused but for this specific use case it seems very well suited.
- deleted 13y ago[deleted]
- iamwil 13y agoThanks! I hadn't thought to use PCA, but I'll try it out, and report back, along with other peoples' suggestions!