(test) add dithering to postprocessing test
This commit is contained in:
@@ -36,7 +36,7 @@ void main() async {
|
|||||||
await view.setDithering(false);
|
await view.setDithering(false);
|
||||||
expect(await view.isDitheringEnabled(), false);
|
expect(await view.isDitheringEnabled(), false);
|
||||||
await testHelper.capture(viewer.view, "dithering_disabled");
|
await testHelper.capture(viewer.view, "dithering_disabled");
|
||||||
}, cameraPosition: Vector3(0, 0, 3));
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
test('bloom', () async {
|
test('bloom', () async {
|
||||||
|
|||||||
Reference in New Issue
Block a user