I am really impressed by MoleculePlot3D, but I am wondering how to make the sort of classic "spinning molecule" GIF. The things I have tried ViewAngle and ViewCenter, but only succeed in a sort of fisheye look. I have used the following code (from documentation) as a template to no real success:
With[{obj = PolyhedronData["Icosahedron"]},
Animate[Show[obj, SphericalRegion -> True,
ViewVector -> {5 Cos[t], 5 Sin[t], 10 Sin[t/2]}], {t, 0, 4 Pi},
AnimationRunning -> False]]
Thank you for any help, I think this is a really cool area of the Wolfram Language! Forgive me if I am missing an obvious solution.