For an animation I need do some viewport rotation. But with RC3 all I get is
one of those very informative new warnings:
WARNING: Viewall and autocenter disabled in favor of $vp* location unknown
here some code that used to be fine some time ago:
cube([100,10,10]);
cylinder(r=5,h=100,center=true);
$vpr=[$vpr[0],$vpr[1],$t*360];
--
Sent from: http://forum.openscad.org/
Thanks. I did a quick search, but couldn't find it.
I got my animation working by disabling "stop on the first first warning".
--
Sent from: http://forum.openscad.org/