diff options
Diffstat (limited to 'tests/regression/dumptest')
| -rw-r--r-- | tests/regression/dumptest/resize-tests-expected.csg | 46 | 
1 files changed, 39 insertions, 7 deletions
diff --git a/tests/regression/dumptest/resize-tests-expected.csg b/tests/regression/dumptest/resize-tests-expected.csg index 1e7888a..29e7f50 100644 --- a/tests/regression/dumptest/resize-tests-expected.csg +++ b/tests/regression/dumptest/resize-tests-expected.csg @@ -230,42 +230,74 @@ group() {  		}  	}  	color([1, 0.752941, 0.796078, 1]) { -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [4,4,4], auto = [0,0,0]) {  				resize(newsize = [5000,100,1000], auto = [0,0,0]) {  					cube(size = [1, 1, 1], center = false);  				}  			}  		} -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 10], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 10], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [-5,0,0], auto = [0,0,0]) {  				cube(size = [1, 1, 1], center = false);  			}  		} -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 20], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [-5,0,0], auto = [0,0,0]) {  				cube(size = [1, 1, 1], center = false);  			}  		} -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 30], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 30], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [0,0,0], auto = [0,0,0]) {  				cube(size = [1, 1, 1], center = false);  			}  		} -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 40], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 40], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [0,0,0], auto = [0,0,0]) {  				cube(size = [1, 1, 1], center = false);  			}  		} -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 50], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 50], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [0.5,0,7], auto = [0,0,0]) {  				cube(size = [0.5, 1, 1000], center = false);  			}  		} -		multmatrix([[1, 0, 0, 10], [0, 1, 0, 60], [0, 0, 1, -10], [0, 0, 0, 1]]) { +		multmatrix([[1, 0, 0, 60], [0, 1, 0, 0], [0, 0, 1, -10], [0, 0, 0, 1]]) {  			resize(newsize = [0,0,0.5], auto = [0,0,0]) {  				cube(size = [6, 6, 1e+10], center = false);  			}  		}  	} +	color([0, 1, 0, 1]) { +		multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +			resize(newsize = [5,0,0], auto = [1,1,0]) { +				cube(size = [9, 9, 9], center = false); +			} +		} +		multmatrix([[1, 0, 0, 30], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +			resize(newsize = [6,0,0], auto = [1,1,1]) { +				cube(size = [9, 9, 9], center = false); +			} +		} +		multmatrix([[1, 0, 0, 40], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +			resize(newsize = [6,0,0], auto = [1,0,1]) { +				cube(size = [9, 9, 9], center = false); +			} +		} +		multmatrix([[1, 0, 0, 50], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +			resize(newsize = [5,0,20], auto = [0,1,1]) { +				cube(size = [9, 9, 9], center = false); +			} +		} +		multmatrix([[1, 0, 0, 60], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +			resize(newsize = [0,0,7], auto = [0,0,1]) { +				cube(size = [9, 9, 9], center = false); +			} +		} +		multmatrix([[1, 0, 0, 70], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { +			resize(newsize = [6,0,0], auto = [1,1,0]) { +				cube(size = [9, 9, 9], center = false); +			} +		} +	}  }  | 
