Hello,
There is a problem with OpenCCSG and multmatrix. Compare the results of
the following program when using F5 or F6:
translate([-20, 0, 0]) cube(10);
// Homothecy
b = 2;
multmatrix([
[1, 0, 0, 0],
[0, 1, 0, 0],
[0, 0, 1, 0],
[0, 0, 0, 1/b]
])
cube(10);
I add that this behaviour appears with the 2014.03 version on Ubuntu-Gnome.
On WinXP 32:
2013.06 and 2014.02.25 F6 the second cube gets bigger.
2015.02.20 (git 2cf9de3) it stays the same size.
Another possible correct behaviour would be the second cube is bigger in
both F5 and F6.
On 2 March 2015 at 16:02, Gérard Meunier gemeu@free.fr wrote:
I add that this behaviour appears with the 2014.03 version on Ubuntu-Gnome.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Le 02/03/2015 17:20, nop head a écrit :
Another possible correct behaviour would be the second cube is bigger
in both F5 and F6.
Yes, it should be the correct behaviour.
On Mar 2, 2015, at 10:57 AM, Gérard Meunier gemeu@free.fr wrote:
There is a problem with OpenCCSG and multmatrix. Compare the results of the following program when using F5 or F6:
Thanks for the report.
Fixed in master.
-Marius
Le 02/03/2015 23:18, Marius Kintel a écrit :
Thanks for the report.
Fixed in master.
Perfect. Thank you.