fix (pixel sorter): slightly adjusting the threshold

This commit is contained in:
FMS-Cat
2021-03-22 06:16:13 +09:00
parent d750277a7d
commit c275e63229

View File

@@ -147,7 +147,7 @@ export class PixelSorter {
material.addUniform( 'threshold', '1f', value );
} );
entityMain.active = 0.0 < value;
entityMain.active = 0.001 < value;
entityBypass.active = !entityMain.active;
} );
}