mirror of
https://github.com/FMS-Cat/condition.git
synced 2025-08-20 20:31:27 +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 );
|
material.addUniform( 'threshold', '1f', value );
|
||||||
} );
|
} );
|
||||||
|
|
||||||
entityMain.active = 0.0 < value;
|
entityMain.active = 0.001 < value;
|
||||||
entityBypass.active = !entityMain.active;
|
entityBypass.active = !entityMain.active;
|
||||||
} );
|
} );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user