JavaCubeMemory: reduce cube size

This commit is contained in:
Zack Buhman 2025-01-22 02:30:39 -06:00
parent a30c3f54c1
commit 221ec16b25

View File

@ -75,7 +75,7 @@ public class JavaCubeMemory {
float pz = position[ptn.position].z;
float theta2 = theta * 2.0f;
float scale = (Math.sin(theta2) + 3.0f) * 0.3f;
float scale = (Math.sin(theta2) + 3.0f) * 0.24f;
px *= scale;
py *= scale;