mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-19 03:41:19 +02:00
fix (pixel sorter): slightly adjusting the threshold
This commit is contained in:
@@ -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;
|
||||
} );
|
||||
}
|
||||
|
Reference in New Issue
Block a user