Skip to content

Releases: budak7273/CDFPlugin-Manipulate

Choose from the Website

Choose a tag to compare

@budak7273 budak7273 released this 18 Oct 15:15
3271b9e

Select the version you wish to use from https://budak7273.github.io/CDFPlugin-Manipulate/

Initial Relase

Choose a tag to compare

@budak7273 budak7273 released this 28 Sep 15:35
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]]}]