Question: animate pointplot3d doesn't seem to work in Maple 13 and 14

This doesn't seem to work in Maple 13 and 14.  However it works in Maple 12.
All I get is a static animation plot.

with(plots):
animate(pointplot3d,[[[1,2,3],[4,5,3],[2,2,2]],color=blue,orientation=[45,A]],A=45..315);


What am I doing wrong?

Please Wait...