Releases: budak7273/CDFPlugin-Manipulate
Releases · budak7273/CDFPlugin-Manipulate
Choose from the Website
Select the version you wish to use from https://budak7273.github.io/CDFPlugin-Manipulate/
Initial Relase
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]]}]