We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67c1a49 commit a7455cbCopy full SHA for a7455cb
1 file changed
src/main/java/me/cortex/voxy/client/core/model/bakery/SoftwareRasterizer.java
@@ -14,7 +14,7 @@
14
import java.util.Random;
15
16
public class SoftwareRasterizer {
17
- private static final int INTEGER_BITS = 8;//+-256
+ private static final int INTEGER_BITS = 9;//+-512
18
private static final int TOTAL_INTEGER_BITS = INTEGER_BITS+1;
19
private static final int FIXED_POINT_BITS = 32-TOTAL_INTEGER_BITS;
20
private static final long FIXED_POINT_BIT_SCALE = (1<<FIXED_POINT_BITS)-1;
0 commit comments