Previous Up Next

19.10.2  Animation of a 3D graph

The animate3d command creates 3D animations using graphs of functions depending on a parameter. (See also Section 19.2.2.)

Example

animate3d(x^2+a*y^2,[x=-2..2,y=-2..2],a=-2..2,frames=10,display=red+filled)

The output is an animation beginning with:


Previous Up Next