Skip to content

Commit 401d3c3

Browse files
committed
Test case changed for a surface3d image
1 parent 694a15a commit 401d3c3

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed
37.1 KB
Loading

test/image/mocks/gl3d_surface-lighting.json

+13-8
Original file line numberDiff line numberDiff line change
@@ -510,12 +510,17 @@
510510
"show": false
511511
}
512512
},
513+
"lightposition": {
514+
"x": 1e5,
515+
"y": 1e5,
516+
"z": 0
517+
},
513518
"lighting": {
514-
"fresnel": 0.8,
515-
"roughness": 0.5,
516-
"diffuse": 0.5,
517-
"ambient": 0.5,
518-
"specular": 0.5
519+
"fresnel": 0.2,
520+
"roughness": 0.1,
521+
"diffuse": 2,
522+
"ambient": 0.15,
523+
"specular": 2
519524
}
520525
}
521526
],
@@ -550,18 +555,18 @@
550555
"xaxis": {
551556
"showbackground": true,
552557
"type": "linear",
553-
"backgroundcolor": "rgb(255, 127, 14)",
558+
"backgroundcolor": "rgba(255, 127, 14, 0.2)",
554559
"tickangle": 180
555560
},
556561
"yaxis": {
557562
"showbackground": true,
558563
"type": "linear",
559-
"backgroundcolor": "rgb(255, 0, 0)",
564+
"backgroundcolor": "rgba(255, 0, 0, 0.2)",
560565
"tickangle": -45
561566
},
562567
"zaxis": {
563568
"showbackground": true,
564-
"backgroundcolor": "rgb(44, 160, 44)",
569+
"backgroundcolor": "rgba(44, 160, 44, 0.35)",
565570
"tickangle": 30
566571
}
567572
}

0 commit comments

Comments
 (0)