Skip to content

Initial Relase

Compare
Choose a tag to compare
@budak7273 budak7273 released this 28 Sep 15:35
· 31 commits to master since this release
ab74bfe

To use, paste into the bottom of your input box and replace (*Put your Show[] command here*) with a Show[] containing the things you want to show. Any view options ex. AspectRatio must be put in the Manipulate[] portion.

yourShow = (Put your Show[] command here);

Manipulate[Show[yourShow, ViewPoint - {3.1384709652950433 Sin[tView], 3.1384709652950433 Cos[tView], viewHeight}, Boxed - True, Axes - True, PlotRange - All], {{tView, 1.0358412530088001, Rotate around origin}, 0, 2 Pi}, {{viewHeight, CMView[[3]]}, -CMView[[3]], CMView[[3]]}]