blob: 4def193cb796202d4a51d9fe70e6ba71da0e8ce9 (
plain)
1
2
3
4
5
6
|
group() {
surface(file = "surface-simple.dat", center = true);
multmatrix([[1, 0, 0, 2], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
surface(file = "surface-simple2.dat", center = true);
}
}
|